Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-40898 (GCVE-0-2026-40898)
Vulnerability from cvelistv5 – Published: 2026-06-04 17:43 – Updated: 2026-06-04 18:40- CWE-770 - Allocation of Resources Without Limits or Throttling
| URL | Tags |
|---|---|
| https://github.com/quic-go/quic-go/security/advis… | x_refsource_CONFIRM |
| https://github.com/quic-go/quic-go/releases/tag/v0.59.1 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-40898",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-04T18:40:25.619349Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-04T18:40:44.304Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "quic-go",
"vendor": "quic-go",
"versions": [
{
"status": "affected",
"version": "\u003c 0.59.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "quic-go is an implementation of the QUIC protocol in Go. Prior to version 0.59.1, an attacker can cause excessive memory allocation in quic-go\u0027s HTTP/3 client and server implementations by sending a QPACK-encoded HEADERS frame that decodes into a large trailer field section with many unique field names and/or large values. The implementation builds an `http.Header` for the corresponding `http.Request` or `http.Response`, while only enforcing limits on the size of the QPACK-compressed HEADERS frame, not on the decoded field section. This can lead to memory exhaustion. This is very similar to CVE-2025-64702. The difference is that this issue uses HTTP trailers, rather than HTTP headers, as the attack vector. A misbehaving or malicious peer can cause a denial-of-service (DoS) attack against quic-go\u0027s HTTP/3 servers or clients by triggering excessive memory allocation, potentially leading to crashes or resource exhaustion. This affects both servers and clients due to symmetric header construction. Version 0.59.1 enforces RFC 9114 decoded field section size limits for trailers as well. It incrementally decodes QPACK entries and checks the field section size after each entry, aborting the stream if an entry causes the limit to be exceeded."
}
],
"metrics": [
{
"cvssV3_1": {
"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"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-04T17:43:36.803Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9"
},
{
"name": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1"
}
],
"source": {
"advisory": "GHSA-vvgj-x9jq-8cj9",
"discovery": "UNKNOWN"
},
"title": "quic-go: HTTP/3 QPACK Trailer Expansion Memory Exhaustion"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-40898",
"datePublished": "2026-06-04T17:43:36.803Z",
"dateReserved": "2026-04-15T16:37:22.766Z",
"dateUpdated": "2026-06-04T18:40:44.304Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-40898",
"date": "2026-09-05",
"epss": "0.00396",
"percentile": "0.32768"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-40898\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-06-04T19:16:28.713\",\"lastModified\":\"2026-07-22T20:10:00.127\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"quic-go is an implementation of the QUIC protocol in Go. Prior to version 0.59.1, an attacker can cause excessive memory allocation in quic-go\u0027s HTTP/3 client and server implementations by sending a QPACK-encoded HEADERS frame that decodes into a large trailer field section with many unique field names and/or large values. The implementation builds an `http.Header` for the corresponding `http.Request` or `http.Response`, while only enforcing limits on the size of the QPACK-compressed HEADERS frame, not on the decoded field section. This can lead to memory exhaustion. This is very similar to CVE-2025-64702. The difference is that this issue uses HTTP trailers, rather than HTTP headers, as the attack vector. A misbehaving or malicious peer can cause a denial-of-service (DoS) attack against quic-go\u0027s HTTP/3 servers or clients by triggering excessive memory allocation, potentially leading to crashes or resource exhaustion. This affects both servers and clients due to symmetric header construction. Version 0.59.1 enforces RFC 9114 decoded field section size limits for trailers as well. It incrementally decodes QPACK entries and checks the field section size after each entry, aborting the stream if an entry causes the limit to be exceeded.\"},{\"lang\":\"es\",\"value\":\"quic-go es una implementaci\u00f3n del protocolo QUIC en Go. Antes de la versi\u00f3n 0.59.1, un atacante puede causar una asignaci\u00f3n de memoria excesiva en las implementaciones de cliente y servidor HTTP/3 de quic-go al enviar una trama HEADERS codificada en QPACK que se decodifica en una secci\u00f3n de campo de tr\u00e1iler grande con muchos nombres de campo \u00fanicos y/o valores grandes. La implementaci\u00f3n construye un \u0027http.Header\u0027 para el \u0027http.Request\u0027 o \u0027http.Response\u0027 correspondiente, mientras que solo aplica l\u00edmites al tama\u00f1o de la trama HEADERS comprimida con QPACK, no a la secci\u00f3n de campo decodificada. Esto puede llevar al agotamiento de la memoria. Esto es muy similar a CVE-2025-64702. La diferencia es que este problema utiliza tr\u00e1ileres HTTP, en lugar de encabezados HTTP, como vector de ataque. Un par con comportamiento incorrecto o malicioso puede causar un ataque de denegaci\u00f3n de servicio (DoS) contra los servidores o clientes HTTP/3 de quic-go al desencadenar una asignaci\u00f3n de memoria excesiva, lo que podr\u00eda llevar a fallos o agotamiento de recursos. Esto afecta tanto a servidores como a clientes debido a la construcci\u00f3n sim\u00e9trica de encabezados. La versi\u00f3n 0.59.1 aplica los l\u00edmites de tama\u00f1o de la secci\u00f3n de campo decodificada de RFC 9114 tambi\u00e9n para los tr\u00e1ileres. Decodifica incrementalmente las entradas QPACK y verifica el tama\u00f1o de la secci\u00f3n de campo despu\u00e9s de cada entrada, abortando el flujo si una entrada hace que se exceda el l\u00edmite.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"quic-go\",\"product\":\"quic-go\",\"versions\":[{\"version\":\"\u003c 0.59.1\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-04T18:40:25.619349Z\",\"id\":\"CVE-2026-40898\",\"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\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:quic-go_project:quic-go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"0.59.1\",\"matchCriteriaId\":\"24C2AA10-3C35-459E-9F17-9415D9ED7147\"}]}]}],\"references\":[{\"url\":\"https://github.com/quic-go/quic-go/releases/tag/v0.59.1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\",\"Release Notes\"]},{\"url\":\"https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-09-04T19:40:34+00:00",
"cve": "CVE-2026-40898",
"id": "CVE-2026-40898",
"initial_release_date": "2026-06-04T17:43:36.803000+00:00",
"product_status:fixed": "72",
"product_status:known_affected": "5",
"product_status:known_not_affected": "577",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-40898.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-40898\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-04T18:40:25.619349Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-04T18:40:33.584Z\"}}], \"cna\": {\"title\": \"quic-go: HTTP/3 QPACK Trailer Expansion Memory Exhaustion\", \"source\": {\"advisory\": \"GHSA-vvgj-x9jq-8cj9\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"quic-go\", \"product\": \"quic-go\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.59.1\"}]}], \"references\": [{\"url\": \"https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9\", \"name\": \"https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/quic-go/quic-go/releases/tag/v0.59.1\", \"name\": \"https://github.com/quic-go/quic-go/releases/tag/v0.59.1\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"quic-go is an implementation of the QUIC protocol in Go. Prior to version 0.59.1, an attacker can cause excessive memory allocation in quic-go\u0027s HTTP/3 client and server implementations by sending a QPACK-encoded HEADERS frame that decodes into a large trailer field section with many unique field names and/or large values. The implementation builds an `http.Header` for the corresponding `http.Request` or `http.Response`, while only enforcing limits on the size of the QPACK-compressed HEADERS frame, not on the decoded field section. This can lead to memory exhaustion. This is very similar to CVE-2025-64702. The difference is that this issue uses HTTP trailers, rather than HTTP headers, as the attack vector. A misbehaving or malicious peer can cause a denial-of-service (DoS) attack against quic-go\u0027s HTTP/3 servers or clients by triggering excessive memory allocation, potentially leading to crashes or resource exhaustion. This affects both servers and clients due to symmetric header construction. Version 0.59.1 enforces RFC 9114 decoded field section size limits for trailers as well. It incrementally decodes QPACK entries and checks the field section size after each entry, aborting the stream if an entry causes the limit to be exceeded.\"}], \"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\": \"2026-06-04T17:43:36.803Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-40898\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-04T18:40:44.304Z\", \"dateReserved\": \"2026-04-15T16:37:22.766Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-06-04T17:43:36.803Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:50319
Vulnerability from csaf_redhat - Published: 2026-08-04 18:10 - Updated: 2026-09-05 21:12A flaw was found in the Event-Driven Ansible (EDA) server. The ExternalEventStreamViewSet uses permissive access controls (permission_classes=[AllowAny], authentication_classes=[]) and relies solely on the Subject HTTP header value for mTLS authentication without verifying that the header originated from a trusted proxy. Additionally, the expected certificate Distinguished Name is leaked in the 403 error response body. An attacker who can reach the EDA API endpoint with a spoofed Subject header can inject arbitrary events into mTLS-protected event streams, triggering downstream automation actions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in the `crypto/x509` package of `golang`. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by presenting a specially crafted X.509 certificate with a large number of DNS Subject Alternative Name (SAN) entries. The certificate verification process, specifically the `VerifyHostname` function, incurs excessive computational overhead due to repeated string operations when processing these entries. This can lead to a significant performance degradation or unresponsiveness of systems validating such certificates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in the `net` package of Go (golang), specifically when using the `LookupCNAME` function with the `cgo` DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name (CNAME) response. This can trigger a double-free of C memory, leading to a crash and a Denial of Service (DoS) for the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in daphne. An unauthenticated remote attacker could exploit this vulnerability by sending arbitrarily large WebSocket messages or frames. This oversight in payload size handling can lead to excessive memory consumption, resulting in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
A flaw was found in PyJWT, a Python library for JSON Web Token (JWT) implementation. When decoding JWTs, the library fails to validate the use of JSON Web Keys (JWK) in the HMAC algorithm while also supporting asymmetric algorithms. This allows a remote attacker to use the issuer's public key as the secret key for the HMAC algorithm, leading to the ability to forge JWTs. This vulnerability can result in authentication bypass or unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing specially crafted PCF font data. This data, when processed, can lead to excessive memory allocation because the library does not properly check for decompression bombs. The primary consequence is a Denial of Service (DoS), which could make the affected system or application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library's font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library's image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One (ASN.1). The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker could exploit this by providing a specially crafted payload containing an OID with many arcs, leading to excessive CPU consumption and a denial of service (DoS) in applications that decode untrusted ASN.1 data. The corresponding encoders also exhibit this quadratic behavior when re-encoding attacker-supplied values.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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 is now available for Red Hat Ansible Automation Platform 2.5\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n\n* automation-controller: PyJWT: Authentication bypass due to forged JSON Web Tokens (CVE-2026-48526)\n* automation-eda-controller: ExternalEventStreamViewSet trusts Subject header without validation and leaks expected DN (CVE-2026-12383)\n* automation-gateway-proxy: Go net package: Denial of Service via long CNAME response in LookupCNAME (CVE-2026-33811)\n* python3.12-aiohttp: Arbitrary code execution via untrusted input to CookieJar.load() (CVE-2026-34993)\n* python3.12-daphne: daphne: Denial of Service via excessive WebSocket message size (CVE-2026-44545)\n* python3.12-pillow: Denial of Service via crafted PCF font data (CVE-2026-54059)\n* python3.12-pillow: Denial of Service via excessive memory allocation when processing font files (CVE-2026-54060)\n* python3.12-pillow: Denial of Service via crafted BDF font file (CVE-2026-55379)\n* python3.12-pillow: Denial of Service via crafted GD 2.x image file (CVE-2026-55380)\n* python3.12-pillow: Native heap out-of-bounds write (CVE-2026-59197)\n* python3.12-pyasn1: Denial of Service via crafted ASN.1 REAL values (CVE-2026-59885)\n* python3.12-pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER (CVE-2026-59886)\n* receptor: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers (CVE-2026-40898)\n* receptor: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries (CVE-2026-27145)\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\nFor details about this release, refer to the release notes 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-2026:50319",
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/release_notes/patch_releases",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/release_notes/patch_releases"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading"
},
{
"category": "external",
"summary": "2467822",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467822"
},
{
"category": "external",
"summary": "2482734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482734"
},
{
"category": "external",
"summary": "2484099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484099"
},
{
"category": "external",
"summary": "2484207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484207"
},
{
"category": "external",
"summary": "2484377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484377"
},
{
"category": "external",
"summary": "2484875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484875"
},
{
"category": "external",
"summary": "2489127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489127"
},
{
"category": "external",
"summary": "2497452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497452"
},
{
"category": "external",
"summary": "2497455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497455"
},
{
"category": "external",
"summary": "2497464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497464"
},
{
"category": "external",
"summary": "2497466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497466"
},
{
"category": "external",
"summary": "2500041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500041"
},
{
"category": "external",
"summary": "2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "2500380",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500380"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_50319.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.5 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2026-09-05T21:12:49+00:00",
"generator": {
"date": "2026-09-05T21:12:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:50319",
"initial_release_date": "2026-08-04T18:10:56+00:00",
"revision_history": [
{
"date": "2026-08-04T18:10:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-04T18:10:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-05T21:12:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.5::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.5::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.5::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"product": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"product_id": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-daphne@4.2.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"product": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"product_id": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.66-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.10.17-1.el9ap.src",
"product": {
"name": "automation-hub-0:4.10.17-1.el9ap.src",
"product_id": "automation-hub-0:4.10.17-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.10.17-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"product": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"product_id": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1@0.6.4-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.1.21-1.el9ap.src",
"product": {
"name": "automation-eda-controller-0:1.1.21-1.el9ap.src",
"product_id": "automation-eda-controller-0:1.1.21-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.1.21-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"product": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"product_id": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.10.17-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.5.20260804-1.el9ap.src",
"product": {
"name": "automation-gateway-0:2.5.20260804-1.el9ap.src",
"product_id": "automation-gateway-0:2.5.20260804-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.5.20260804-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.src",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.src",
"product_id": "receptor-0:1.6.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el9ap.src",
"product": {
"name": "automation-controller-0:4.6.31-1.el9ap.src",
"product_id": "automation-controller-0:4.6.31-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-daphne-0:4.2.2-1.el8ap.src",
"product": {
"name": "python3.12-daphne-0:4.2.2-1.el8ap.src",
"product_id": "python3.12-daphne-0:4.2.2-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-daphne@4.2.2-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el8ap.src",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.src",
"product_id": "python3.12-pillow-0:12.3.0-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"product": {
"name": "python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"product_id": "python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.66-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"product": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"product_id": "automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.5.10-7.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.1.21-1.el8ap.src",
"product": {
"name": "automation-eda-controller-0:1.1.21-1.el8ap.src",
"product_id": "automation-eda-controller-0:1.1.21-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.1.21-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.10.17-1.el8ap.src",
"product": {
"name": "automation-hub-0:4.10.17-1.el8ap.src",
"product_id": "automation-hub-0:4.10.17-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.10.17-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"product": {
"name": "python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"product_id": "python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1@0.6.4-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"product": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"product_id": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.10.17-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.5.20260804-1.el8ap.src",
"product": {
"name": "automation-gateway-0:2.5.20260804-1.el8ap.src",
"product_id": "automation-gateway-0:2.5.20260804-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.5.20260804-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el8ap.src",
"product": {
"name": "receptor-0:1.6.7-1.el8ap.src",
"product_id": "receptor-0:1.6.7-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el8ap.src",
"product": {
"name": "automation-controller-0:4.6.31-1.el8ap.src",
"product_id": "automation-controller-0:4.6.31-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el8ap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.x86_64",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.x86_64",
"product_id": "receptor-0:1.6.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.6.31-1.el9ap.x86_64",
"product_id": "automation-controller-0:4.6.31-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"product_id": "python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"product": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"product_id": "automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.5.10-7.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"product": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"product_id": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.5.10-7.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"product_id": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.5.10-7.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.5.10-7.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el8ap.x86_64",
"product": {
"name": "receptor-0:1.6.7-1.el8ap.x86_64",
"product_id": "receptor-0:1.6.7-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"product_id": "receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el8ap.x86_64",
"product": {
"name": "automation-controller-0:4.6.31-1.el8ap.x86_64",
"product_id": "automation-controller-0:4.6.31-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el8ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.ppc64le",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.ppc64le",
"product_id": "receptor-0:1.6.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.6.31-1.el9ap.ppc64le",
"product_id": "automation-controller-0:4.6.31-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"product_id": "python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"product_id": "automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.5.10-7.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"product_id": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.5.10-7.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"product_id": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.5.10-7.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.5.10-7.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el8ap.ppc64le",
"product": {
"name": "receptor-0:1.6.7-1.el8ap.ppc64le",
"product_id": "receptor-0:1.6.7-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"product_id": "receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"product_id": "receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-0:4.6.31-1.el8ap.ppc64le",
"product_id": "automation-controller-0:4.6.31-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el8ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.s390x",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.s390x",
"product_id": "receptor-0:1.6.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.6.31-1.el9ap.s390x",
"product_id": "automation-controller-0:4.6.31-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"product_id": "python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"product": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"product_id": "automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.5.10-7.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"product": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"product_id": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.5.10-7.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"product_id": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.5.10-7.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.5.10-7.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el8ap.s390x",
"product": {
"name": "receptor-0:1.6.7-1.el8ap.s390x",
"product_id": "receptor-0:1.6.7-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"product_id": "receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"product_id": "receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el8ap.s390x",
"product": {
"name": "automation-controller-0:4.6.31-1.el8ap.s390x",
"product_id": "automation-controller-0:4.6.31-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el8ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.aarch64",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.aarch64",
"product_id": "receptor-0:1.6.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.6.31-1.el9ap.aarch64",
"product_id": "automation-controller-0:4.6.31-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"product_id": "python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"product": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"product_id": "automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.5.10-7.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"product": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"product_id": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.5.10-7.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"product_id": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.5.10-7.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.5.10-7.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el8ap.aarch64",
"product": {
"name": "receptor-0:1.6.7-1.el8ap.aarch64",
"product_id": "receptor-0:1.6.7-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"product_id": "receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el8ap.aarch64",
"product": {
"name": "automation-controller-0:4.6.31-1.el8ap.aarch64",
"product_id": "automation-controller-0:4.6.31-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el8ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"product": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"product_id": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-daphne@4.2.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"product": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"product_id": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.66-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.10.17-1.el9ap.noarch",
"product": {
"name": "automation-hub-0:4.10.17-1.el9ap.noarch",
"product_id": "automation-hub-0:4.10.17-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.10.17-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"product": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"product_id": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1@0.6.4-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"product_id": "automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.1.21-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base@1.1.21-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base-services@1.1.21-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"product_id": "automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-event-stream-services@1.1.21-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"product_id": "automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-worker-services@1.1.21-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"product": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"product_id": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.10.17-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"product": {
"name": "automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"product_id": "automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.5.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"product": {
"name": "automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"product_id": "automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-config@2.5.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"product": {
"name": "automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"product_id": "automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-server@2.5.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.6.7-1.el9ap.noarch",
"product": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch",
"product_id": "receptorctl-0:1.6.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.6.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.6.31-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.6.31-1.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.6.31-1.el9ap.noarch",
"product_id": "automation-controller-server-0:4.6.31-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.6.31-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.6.31-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"product": {
"name": "python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"product_id": "python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-daphne@4.2.2-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"product": {
"name": "python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"product_id": "python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.66-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"product_id": "automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.1.21-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"product_id": "automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base@1.1.21-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"product_id": "automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base-services@1.1.21-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"product_id": "automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-event-stream-services@1.1.21-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"product_id": "automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-worker-services@1.1.21-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.10.17-1.el8ap.noarch",
"product": {
"name": "automation-hub-0:4.10.17-1.el8ap.noarch",
"product_id": "automation-hub-0:4.10.17-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.10.17-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"product": {
"name": "python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"product_id": "python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1@0.6.4-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"product": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"product_id": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.10.17-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"product": {
"name": "automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"product_id": "automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.5.20260804-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"product": {
"name": "automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"product_id": "automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-config@2.5.20260804-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"product": {
"name": "automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"product_id": "automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-server@2.5.20260804-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.6.7-1.el8ap.noarch",
"product": {
"name": "receptorctl-0:1.6.7-1.el8ap.noarch",
"product_id": "receptorctl-0:1.6.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.6.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"product_id": "automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.6.31-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.6.31-1.el8ap.noarch",
"product": {
"name": "automation-controller-server-0:4.6.31-1.el8ap.noarch",
"product_id": "automation-controller-server-0:4.6.31-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.6.31-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"product_id": "automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.6.31-1.el8ap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.6.31-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.6.31-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.6.31-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.6.31-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.6.31-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.6.31-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.6.31-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.6.31-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.6.31-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.6.31-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.6.31-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.1.21-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.1.21-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src"
},
"product_reference": "automation-eda-controller-0:1.1.21-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-0:1.1.21-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.5.20260804-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch"
},
"product_reference": "automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.5.20260804-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src"
},
"product_reference": "automation-gateway-0:2.5.20260804-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-config-0:2.5.20260804-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch"
},
"product_reference": "automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64"
},
"product_reference": "automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x"
},
"product_reference": "automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src"
},
"product_reference": "automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64"
},
"product_reference": "automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64"
},
"product_reference": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x"
},
"product_reference": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64"
},
"product_reference": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-server-0:2.5.20260804-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch"
},
"product_reference": "automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.10.17-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch"
},
"product_reference": "automation-hub-0:4.10.17-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.10.17-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src"
},
"product_reference": "automation-hub-0:4.10.17-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-daphne-0:4.2.2-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch"
},
"product_reference": "python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-daphne-0:4.2.2-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src"
},
"product_reference": "python3.12-daphne-0:4.2.2-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch"
},
"product_reference": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src"
},
"product_reference": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.66-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch"
},
"product_reference": "python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.66-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src"
},
"product_reference": "python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-0:0.6.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch"
},
"product_reference": "python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-0:0.6.4-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src"
},
"product_reference": "python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.6.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.6.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x"
},
"product_reference": "receptor-0:1.6.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.6.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.6.31-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.6.31-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.6.31-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.6.31-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.6.31-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.6.31-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.6.31-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.6.31-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.6.31-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.6.31-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.6.31-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.1.21-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.1.21-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src"
},
"product_reference": "automation-eda-controller-0:1.1.21-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-0:1.1.21-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.5.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch"
},
"product_reference": "automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.5.20260804-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src"
},
"product_reference": "automation-gateway-0:2.5.20260804-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-config-0:2.5.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch"
},
"product_reference": "automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-server-0:2.5.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch"
},
"product_reference": "automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.10.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch"
},
"product_reference": "automation-hub-0:4.10.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.10.17-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src"
},
"product_reference": "automation-hub-0:4.10.17-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch"
},
"product_reference": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src"
},
"product_reference": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch"
},
"product_reference": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src"
},
"product_reference": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch"
},
"product_reference": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src"
},
"product_reference": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch"
},
"product_reference": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
},
"product_reference": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Chris Meyers"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-12383",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"discovery_date": "2026-06-16T10:09:09.069000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2489127"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Event-Driven Ansible (EDA) server. The ExternalEventStreamViewSet uses permissive access controls (permission_classes=[AllowAny], authentication_classes=[]) and relies solely on the Subject HTTP header value for mTLS authentication without verifying that the header originated from a trusted proxy. Additionally, the expected certificate Distinguished Name is leaked in the 403 error response body. An attacker who can reach the EDA API endpoint with a spoofed Subject header can inject arbitrary events into mTLS-protected event streams, triggering downstream automation actions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "eda-server: ExternalEventStreamViewSet trusts Subject header without validation and leaks expected DN",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is a defense-in-depth failure in EDA that becomes exploitable when combined with the gateway header-forwarding issue (tracked as a separate CVE). EDA should not rely solely on an HTTP header for mTLS authentication. The DN leak in the error response further reduces the difficulty of exploitation. EDA has been included in AAP since version 2.4. The mTLS external event stream feature and the trust-of-Subject-header pattern apply to all EDA versions that support external event streams with mTLS authentication.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12383"
},
{
"category": "external",
"summary": "RHBZ#2489127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489127"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12383"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12383",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12383"
}
],
"release_date": "2026-07-27T19:04:53.794000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "workaround",
"details": "The following practices would help for avoiding exposure and mitigate this flaw:\n\n- Ensure the EDA server is not directly accessible from untrusted networks; all traffic should route through the AAP Gateway which should perform mTLS validation.\n- If possible, configure network-level access controls to restrict which source IPs can reach the EDA backend API.\n- Monitor EDA event streams for unexpected events_received counter changes.\n- Review and rotate mTLS client certificates if unauthorized access is suspected, as the expected DN may have been leaked via the 403 error response.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "eda-server: ExternalEventStreamViewSet trusts Subject header without validation and leaks expected DN"
},
{
"cve": "CVE-2026-27145",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-06-02T23:01:08.992540+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484207"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package of `golang`. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by presenting a specially crafted X.509 certificate with a large number of DNS Subject Alternative Name (SAN) entries. The certificate verification process, specifically the `VerifyHostname` function, incurs excessive computational overhead due to repeated string operations when processing these entries. This can lead to a significant performance degradation or unresponsiveness of systems validating such certificates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Go standard library crypto/x509 package. When verifying a TLS certificate hostname, VerifyHostname processed each DNS Subject Alternative Name (SAN) entry in a loop and repeatedly split the candidate hostname on \".\" characters. For certificates with a very large DNS SAN list, CPU use could grow quadratically with the number of SAN entries and hostname labels. Because hostname verification runs before the certificate chain is built, this overhead can occur even when the certificate is not trusted.\n\nRed Hat rates this issue as Important. It affects Red Hat products that include the Go standard library crypto/x509 code from an affected Go toolchain version (before Go 1.25.11, or from Go 1.26.0 through Go 1.26.3). Applications and container images built with a fixed Go release (1.25.11 or later, or 1.26.4 or later) are not affected. Community distributions such as Fedora are also affected.\n\nUpstream fix: Go 1.25.11 and Go 1.26.4 (GO-2026-5037).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27145"
},
{
"category": "external",
"summary": "RHBZ#2484207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484207"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27145"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27145",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27145"
},
{
"category": "external",
"summary": "https://go.dev/cl/783621",
"url": "https://go.dev/cl/783621"
},
{
"category": "external",
"summary": "https://go.dev/issue/79694",
"url": "https://go.dev/issue/79694"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw",
"url": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5037",
"url": "https://pkg.go.dev/vuln/GO-2026-5037"
}
],
"release_date": "2026-06-02T22:01:36.954000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "workaround",
"details": "A flaw was found in the Go standard library crypto/x509 package. When verifying a TLS certificate hostname, VerifyHostname processed each DNS Subject Alternative Name (SAN) entry in a loop and repeatedly split the candidate hostname on \".\" characters. For certificates with a very large DNS SAN list, CPU use could grow quadratically with the number of SAN entries and hostname labels. Because hostname verification runs before the certificate chain is built, this overhead can occur even when the certificate is not trusted.\n\nRed Hat rates this issue as Important. It affects Red Hat products that include the Go standard library crypto/x509 code from an affected Go toolchain version (before Go 1.25.11, or from Go 1.26.0 through Go 1.26.3). Applications and container images built with a fixed Go release (1.25.11 or later, or 1.26.4 or later) are not affected. Community distributions such as Fedora are also affected.\n\nUpstream fix: Go 1.25.11 and Go 1.26.4 (GO-2026-5037).",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries"
},
{
"cve": "CVE-2026-33811",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"discovery_date": "2026-05-07T20:01:34.913869+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467822"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net` package of Go (golang), specifically when using the `LookupCNAME` function with the `cgo` DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name (CNAME) response. This can trigger a double-free of C memory, leading to a crash and a Denial of Service (DoS) for the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net` package, affecting applications configured to use the `cgo` DNS resolver. A remote attacker could trigger a double-free memory error by providing a very long CNAME response, leading to a crash of the vulnerable application and impacting service availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33811"
},
{
"category": "external",
"summary": "RHBZ#2467822",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467822"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33811",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33811"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33811",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33811"
},
{
"category": "external",
"summary": "https://go.dev/cl/767860",
"url": "https://go.dev/cl/767860"
},
{
"category": "external",
"summary": "https://go.dev/issue/78803",
"url": "https://go.dev/issue/78803"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4981",
"url": "https://pkg.go.dev/vuln/GO-2026-4981"
}
],
"release_date": "2026-05-07T19:41:19.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications can be configured to use the pure Go DNS resolver instead of the `cgo` DNS resolver. This can be achieved by setting the `GODEBUG` environment variable to `netdns=go`. For example, to run a Go application with this mitigation: `GODEBUG=netdns=go /path/to/your/go/application`. This change may require restarting affected applications or services to take effect. Users should verify that this change does not negatively impact DNS resolution for their specific application environment.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME"
},
{
"cve": "CVE-2026-34993",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-06-02T20:01:12.690409+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484099"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in AIOHTTP, a Python asynchronous HTTP framework, due to potential arbitrary code execution. The vulnerability arises when applications load untrusted input into the `CookieJar.load()` function. Exploitation requires an application to be configured to process attacker-controlled files, which is not a default or common scenario in most Red Hat product deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34993"
},
{
"category": "external",
"summary": "RHBZ#2484099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484099"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34993"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00",
"url": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8"
}
],
"release_date": "2026-06-02T18:29:15.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "workaround",
"details": "Applications using AIOHTTP that are configured to load untrusted files via the `CookieJar.load()` function should implement input sanitization prior to loading. This prevents the injection of malicious code.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()"
},
{
"cve": "CVE-2026-40898",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-04T19:00:56.584166+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in `quic-go` that allows a remote attacker to exhaust system memory by sending specially crafted HTTP/3 trailer fields. This can lead to crashes or resource unavailability in affected Red Hat products utilizing `quic-go` for HTTP/3 communication, impacting both client and server implementations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "RHBZ#2484875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1",
"url": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9",
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9"
}
],
"release_date": "2026-06-04T17:43:36.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers"
},
{
"cve": "CVE-2026-44545",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-03T15:01:49.007231+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484377"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in daphne. An unauthenticated remote attacker could exploit this vulnerability by sending arbitrarily large WebSocket messages or frames. This oversight in payload size handling can lead to excessive memory consumption, resulting in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "daphne: daphne: Denial of Service via excessive WebSocket message size",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44545"
},
{
"category": "external",
"summary": "RHBZ#2484377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484377"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44545",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44545"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44545",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44545"
},
{
"category": "external",
"summary": "https://github.com/django/daphne/blob/main/CHANGELOG.txt",
"url": "https://github.com/django/daphne/blob/main/CHANGELOG.txt"
}
],
"release_date": "2026-06-03T13:17:42.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
}
],
"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-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "daphne: daphne: Denial of Service via excessive WebSocket message size"
},
{
"cve": "CVE-2026-48526",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-05-28T16:01:22.805235+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482734"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PyJWT, a Python library for JSON Web Token (JWT) implementation. When decoding JWTs, the library fails to validate the use of JSON Web Keys (JWK) in the HMAC algorithm while also supporting asymmetric algorithms. This allows a remote attacker to use the issuer\u0027s public key as the secret key for the HMAC algorithm, leading to the ability to forge JWTs. This vulnerability can result in authentication bypass or unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in PyJWT allows for authentication bypass and unauthorized access. It occurs when a JWT verifier is misconfigured to accept both symmetric and asymmetric algorithms, and a public JSON Web Key is erroneously used as the HMAC secret. Red Hat products are only affected if they utilize this specific, non-standard verifier configuration.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48526"
},
{
"category": "external",
"summary": "RHBZ#2482734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482734"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48526"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-xgmm-8j9v-c9wx",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-xgmm-8j9v-c9wx"
}
],
"release_date": "2026-05-28T15:09:09.258000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens"
},
{
"cve": "CVE-2026-54059",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-06T20:02:21.640821+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497464"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing specially crafted PCF font data. This data, when processed, can lead to excessive memory allocation because the library does not properly check for decompression bombs. The primary consequence is a Denial of Service (DoS), which could make the affected system or application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted PCF font data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Python Pillow library. The PcfFontFile._load_bitmaps() method reads glyph dimensions from the PCF METRICS section and passes them directly to Image.frombytes() without calling Image._decompression_bomb_check(). This allows crafted PCF font data to cause excessive memory allocation, leading to a denial of service condition. An attacker could exploit this by providing a specially crafted PCF font file to an application that uses Pillow\u0027s font loading functionality.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54059"
},
{
"category": "external",
"summary": "RHBZ#2497464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497464"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54059"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54059",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54059"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-8v84-f9pq-wr9x",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-8v84-f9pq-wr9x"
}
],
"release_date": "2026-07-06T18:46:09.433000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "workaround",
"details": "Do not load PCF fonts from untrusted sources. If PCF font loading is required, validate font file dimensions before passing them to Pillow, or upgrade to Pillow 12.3.0 or later which includes the fix for this vulnerability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted PCF font data"
},
{
"cve": "CVE-2026-54060",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-06T20:02:29.509113+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497466"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library\u0027s font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Pillow prior to version 12.3.0. The FontFile.compile() method in PIL/FontFile.py assembles per-glyph images into a combined bitmap using Image.new() without calling Image._decompression_bomb_check(). This allows a specially crafted font file to trigger excessive memory allocation during conversion or saving, leading to denial of service via resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "RHBZ#2497466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497466"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2"
}
],
"release_date": "2026-07-06T18:49:23.788000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
}
],
"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-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files"
},
{
"cve": "CVE-2026-55379",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-06T20:01:29.922515+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497452"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library\u0027s image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted BDF font file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Pillow Python imaging library. The BDF font file parser passes attacker-controlled dimensions to Image.new() without decompression bomb validation, allowing excessive memory allocation and denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "RHBZ#2497452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497452"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55379"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc"
}
],
"release_date": "2026-07-06T18:52:11.633000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "workaround",
"details": "Do not load BDF font files from untrusted sources. Applications that only process standard image formats (PNG, JPEG, etc.) and do not use BdfFontFile or ImageFont.load() with BDF files are not affected.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted BDF font file"
},
{
"cve": "CVE-2026-55380",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-07-06T20:01:42.245051+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A denial-of-service vulnerability was found in Pillow\u0027s GdImageFile plugin. The GdImageFile._open() function reads image dimensions from GD 2.x file headers and stores them without performing a decompression bomb check. A crafted .gd file of approximately 1 KB can trigger an unchecked 4.3 GB C-heap allocation, potentially crashing the process or exhausting memory on systems with insufficient resources. This issue is fixed in Pillow 12.3.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "RHBZ#2497455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55380"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675",
"url": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm"
}
],
"release_date": "2026-07-06T18:50:14.789000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "workaround",
"details": "Avoid processing untrusted GD 2.x image files with PIL.GdImageFile.open(). Use Image.open() instead, which includes decompression bomb protections for supported formats. If GdImageFile must be used, validate the image dimensions before calling load(). Restricting accepted image formats at the application boundary to only those explicitly needed can reduce exposure.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file"
},
{
"cve": "CVE-2026-59197",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-07-14T17:01:29.487456+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Native heap out-of-bounds write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow\u0027s RankFilter API is vulnerable to a native heap out-of-bounds write when a caller supplies a very large odd filter size. Expansion runs before size validation and ImagingExpand uses unchecked signed integer arithmetic for output dimensions. A remote attacker who can drive RankFilter with attacker-controlled sizes may crash the process or corrupt heap memory. Fixed in Pillow 12.3.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "RHBZ#2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59197"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1",
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9695",
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
}
],
"release_date": "2026-07-14T16:25:23.520000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Native heap out-of-bounds write"
},
{
"cve": "CVE-2026-59885",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-14T18:17:12.157807+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500380"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One (ASN.1). The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker could exploit this by providing a specially crafted payload containing an OID with many arcs, leading to excessive CPU consumption and a denial of service (DoS) in applications that decode untrusted ASN.1 data. The corresponding encoders also exhibit this quadratic behavior when re-encoding attacker-supplied values.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in pyasn1. The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A small crafted payload containing an OID with many arcs consumes excessive CPU per decode() call, allowing denial of service in applications that decode untrusted ASN.1 data (certificates, LDAP, SNMP, Kerberos). The corresponding encoders exhibit the same behavior when re-encoding attacker-supplied values. The arc-size limit introduced for CVE-2026-23490 does not mitigate this issue. This issue is fixed in pyasn1 version 0.6.4.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59885"
},
{
"category": "external",
"summary": "RHBZ#2500380",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500380"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59885",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59885"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59885",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59885"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/45bdb19eb7df4b3780fe9c912c63e99bffc39dd9",
"url": "https://github.com/pyasn1/pyasn1/commit/45bdb19eb7df4b3780fe9c912c63e99bffc39dd9"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-8ppf-4f7h-5ppj",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-8ppf-4f7h-5ppj"
}
],
"release_date": "2026-07-14T16:40:00.515000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "workaround",
"details": "Update to pyasn1 version 0.6.4 or later when available for your product stream. The impact is limited to availability (denial of service) \u2014 an attacker cannot access or modify data. Applications that do not process untrusted ASN.1 input are at reduced risk.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER"
},
{
"cve": "CVE-2026-59886",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T17:01:19.689422+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500041"
}
],
"notes": [
{
"category": "description",
"text": "A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in pyasn1, rated as Important, could lead to a denial of service in Red Hat products that process untrusted ASN.1 data. A remote attacker could send a specially crafted BER, CER, or DER encoded REAL value with a large exponent, causing applications to consume excessive resources during decoding operations such as printing, logging, or arithmetic, thereby rendering the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "RHBZ#2500041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500041"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59886",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59886"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886",
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
}
],
"release_date": "2026-07-14T16:38:29.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "workaround",
"details": "When processing untrusted ASN.1 data with pyasn1, avoid calling prettyPrint(), str(), float(), int(), or performing comparisons or arithmetic on decoded Real (ASN.1 REAL type) objects. Instead, inspect the raw (mantissa, base, exponent) tuple directly. Where logging decoded ASN.1 structures is necessary, filter out or sanitize Real-typed values before conversion.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values"
}
]
}
RHSA-2026:50336
Vulnerability from csaf_redhat - Published: 2026-08-04 18:56 - Updated: 2026-09-05 21:12A flaw was found in the Event-Driven Ansible (EDA) server. The ExternalEventStreamViewSet uses permissive access controls (permission_classes=[AllowAny], authentication_classes=[]) and relies solely on the Subject HTTP header value for mTLS authentication without verifying that the header originated from a trusted proxy. Additionally, the expected certificate Distinguished Name is leaked in the 403 error response body. An attacker who can reach the EDA API endpoint with a spoofed Subject header can inject arbitrary events into mTLS-protected event streams, triggering downstream automation actions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in aap-gateway, a component of Ansible Automation Platform's Event-Driven Ansible (EDA). An unauthenticated remote attacker can bypass mutual Transport Layer Security (mTLS) authentication for event streams. This is achieved by manipulating the event stream URL and forging the HTTP Subject header. The system also inadvertently discloses the expected certificate subject in error messages, which simplifies the attack. This vulnerability allows an attacker to inject arbitrary events into EDA, potentially triggering automated workflows.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in the `net` package of Go (golang), specifically when using the `LookupCNAME` function with the `cgo` DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name (CNAME) response. This can trigger a double-free of C memory, leading to a crash and a Denial of Service (DoS) for the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
A flaw was found in daphne. An unauthenticated remote attacker could exploit this vulnerability by sending arbitrarily large WebSocket messages or frames. This oversight in payload size handling can lead to excessive memory consumption, resulting in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
A flaw was found in PyJWT, a Python library for JSON Web Token (JWT) implementation. When decoding JWTs, the library fails to validate the use of JSON Web Keys (JWK) in the HMAC algorithm while also supporting asymmetric algorithms. This allows a remote attacker to use the issuer's public key as the secret key for the HMAC algorithm, leading to the ability to forge JWTs. This vulnerability can result in authentication bypass or unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing specially crafted PCF font data. This data, when processed, can lead to excessive memory allocation because the library does not properly check for decompression bombs. The primary consequence is a Denial of Service (DoS), which could make the affected system or application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library's font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library's image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One (ASN.1). The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker could exploit this by providing a specially crafted payload containing an OID with many arcs, leading to excessive CPU consumption and a denial of service (DoS) in applications that decode untrusted ASN.1 data. The corresponding encoders also exhibit this quadratic behavior when re-encoding attacker-supplied values.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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 is now available for Red Hat Ansible Automation Platform 2.6\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n\n* automation-controller: PyJWT: Authentication bypass due to forged JSON Web Tokens (CVE-2026-48526)\n* automation-eda-controller: ExternalEventStreamViewSet trusts Subject header without validation and leaks expected DN (CVE-2026-12383)\n* automation-eda-controller: Authentication bypass in Event-Driven Ansible via forged HTTP header (CVE-2026-18141)\n* automation-gateway-proxy: Go net package: Denial of Service via long CNAME response in LookupCNAME (CVE-2026-33811)\n* python3.12-aiohttp: Arbitrary code execution via untrusted input to CookieJar.load() (CVE-2026-34993)\n* python3.12-daphne: daphne: Denial of Service via excessive WebSocket message size (CVE-2026-44545)\n* python3.12-pillow: Denial of Service via crafted GD 2.x image file (CVE-2026-55380)\n* python3.12-pillow: Denial of Service via crafted BDF font file (CVE-2026-55379)\n* python3.12-pillow: Denial of Service via excessive memory allocation when processing font files (CVE-2026-54060)\n* python3.12-pillow: Denial of Service via crafted PCF font data (CVE-2026-54059)\n* python3.12-pillow: Native heap out-of-bounds write (CVE-2026-59197)\n* python3.12-pyasn1: Denial of Service via crafted ASN.1 REAL values (CVE-2026-59886)\n* python3.12-pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER (CVE-2026-59885)\n* receptor: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers (CVE-2026-40898)\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\nFor details about this release, refer to the release notes 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-2026:50336",
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/whats_new-async_updates",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/whats_new-async_updates"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade"
},
{
"category": "external",
"summary": "2467822",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467822"
},
{
"category": "external",
"summary": "2482734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482734"
},
{
"category": "external",
"summary": "2484099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484099"
},
{
"category": "external",
"summary": "2484377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484377"
},
{
"category": "external",
"summary": "2484875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484875"
},
{
"category": "external",
"summary": "2489127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489127"
},
{
"category": "external",
"summary": "2497452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497452"
},
{
"category": "external",
"summary": "2497455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497455"
},
{
"category": "external",
"summary": "2497464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497464"
},
{
"category": "external",
"summary": "2497466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497466"
},
{
"category": "external",
"summary": "2500041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500041"
},
{
"category": "external",
"summary": "2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "2500380",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500380"
},
{
"category": "external",
"summary": "2508155",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2508155"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_50336.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.6 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2026-09-05T21:12:51+00:00",
"generator": {
"date": "2026-09-05T21:12:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:50336",
"initial_release_date": "2026-08-04T18:56:41+00:00",
"revision_history": [
{
"date": "2026-08-04T18:56:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-04T18:56:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-05T21:12:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.6::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.6::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el10"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.6::el10"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"product": {
"name": "ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"product_id": "ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-dev-tools%2Bserver@26.7.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"product": {
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"product_id": "ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-dev-tools@26.7.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"product": {
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"product_id": "python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tox-ansible@26.7.1-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"product_id": "automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"product_id": "automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-config@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"product_id": "automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-server@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bactivitystream@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bapi_documentation@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bauthentication@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bchannel_auth@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bfeature_flags@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bjwt_consumer@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Boauth2_provider@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Brbac@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bredis_client@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bresource_registry@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Brest_filters@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"product_id": "automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.2.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base@1.2.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base-services@1.2.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"product_id": "automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-event-stream-services@1.2.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"product_id": "automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-worker-services@1.2.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.11.12-1.el9ap.noarch",
"product": {
"name": "automation-hub-0:4.11.12-1.el9ap.noarch",
"product_id": "automation-hub-0:4.11.12-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.11.12-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"product": {
"name": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"product_id": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.11.12-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"product": {
"name": "automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"product_id": "automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-platform-ui@2.6.12-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"product": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"product_id": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.66-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"product": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"product_id": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-daphne@4.2.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"product": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"product_id": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1@0.6.4-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.6.7-1.el9ap.noarch",
"product": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch",
"product_id": "receptorctl-0:1.6.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.6.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.7.15-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.7.15-2.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.7.15-2.el9ap.noarch",
"product_id": "automation-controller-server-0:4.7.15-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.7.15-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.7.15-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"product": {
"name": "python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"product_id": "python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tox-ansible@26.7.1-1.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"product": {
"name": "ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"product_id": "ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-dev-tools%2Bserver@26.7.2-1.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"product": {
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"product_id": "ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-dev-tools@26.7.2-1.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.6.7-1.el10ap.noarch",
"product": {
"name": "receptorctl-0:1.6.7-1.el10ap.noarch",
"product_id": "receptorctl-0:1.6.7-1.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.6.7-1.el10ap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.src",
"product": {
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.src",
"product_id": "ansible-dev-tools-0:26.7.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-dev-tools@26.7.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"product": {
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"product_id": "python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tox-ansible@26.7.1-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.6.20260804-1.el9ap.src",
"product": {
"name": "automation-gateway-0:2.6.20260804-1.el9ap.src",
"product_id": "automation-gateway-0:2.6.20260804-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.6.20260804-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"product": {
"name": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"product_id": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base@2.6.20260804-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.2.11-1.el9ap.src",
"product": {
"name": "automation-eda-controller-0:1.2.11-1.el9ap.src",
"product_id": "automation-eda-controller-0:1.2.11-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.2.11-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.11.12-1.el9ap.src",
"product": {
"name": "automation-hub-0:4.11.12-1.el9ap.src",
"product_id": "automation-hub-0:4.11.12-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.11.12-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"product": {
"name": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"product_id": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.11.12-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-platform-ui-0:2.6.12-1.el9ap.src",
"product": {
"name": "automation-platform-ui-0:2.6.12-1.el9ap.src",
"product_id": "automation-platform-ui-0:2.6.12-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-platform-ui@2.6.12-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.src",
"product": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.src",
"product_id": "aap-metrics-utility-0:0.7.6-3.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.7.6-3.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"product": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"product_id": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.66-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"product": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"product_id": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-daphne@4.2.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"product": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"product_id": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1@0.6.4-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.src",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.src",
"product_id": "receptor-0:1.6.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.15-2.el9ap.src",
"product": {
"name": "automation-controller-0:4.7.15-2.el9ap.src",
"product_id": "automation-controller-0:4.7.15-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.15-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tox-ansible-0:26.7.1-1.el10ap.src",
"product": {
"name": "python-tox-ansible-0:26.7.1-1.el10ap.src",
"product_id": "python-tox-ansible-0:26.7.1-1.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tox-ansible@26.7.1-1.el10ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.src",
"product": {
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.src",
"product_id": "ansible-dev-tools-0:26.7.2-1.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-dev-tools@26.7.2-1.el10ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el10ap.src",
"product": {
"name": "receptor-0:1.6.7-1.el10ap.src",
"product_id": "receptor-0:1.6.7-1.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el10ap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"product": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"product_id": "aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.7.6-3.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.x86_64",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.x86_64",
"product_id": "receptor-0:1.6.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.15-2.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.7.15-2.el9ap.x86_64",
"product_id": "automation-controller-0:4.7.15-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.15-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.15-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el10ap.x86_64",
"product": {
"name": "receptor-0:1.6.7-1.el10ap.x86_64",
"product_id": "receptor-0:1.6.7-1.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el10ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"product_id": "receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el10ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el10ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"product": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"product_id": "aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.7.6-3.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.ppc64le",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.ppc64le",
"product_id": "receptor-0:1.6.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.15-2.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.7.15-2.el9ap.ppc64le",
"product_id": "automation-controller-0:4.7.15-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.15-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.15-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el10ap.ppc64le",
"product": {
"name": "receptor-0:1.6.7-1.el10ap.ppc64le",
"product_id": "receptor-0:1.6.7-1.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el10ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"product_id": "receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el10ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"product_id": "receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el10ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"product": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"product_id": "aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.7.6-3.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.s390x",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.s390x",
"product_id": "receptor-0:1.6.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.15-2.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.7.15-2.el9ap.s390x",
"product_id": "automation-controller-0:4.7.15-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.15-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.15-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el10ap.s390x",
"product": {
"name": "receptor-0:1.6.7-1.el10ap.s390x",
"product_id": "receptor-0:1.6.7-1.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el10ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"product_id": "receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el10ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"product_id": "receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el10ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"product": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"product_id": "aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.7.6-3.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.aarch64",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.aarch64",
"product_id": "receptor-0:1.6.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.15-2.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.7.15-2.el9ap.aarch64",
"product_id": "automation-controller-0:4.7.15-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.15-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.15-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el10ap.aarch64",
"product": {
"name": "receptor-0:1.6.7-1.el10ap.aarch64",
"product_id": "receptor-0:1.6.7-1.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el10ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"product_id": "receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el10ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el10ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch"
},
"product_reference": "ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tox-ansible-0:26.7.1-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src"
},
"product_reference": "python-tox-ansible-0:26.7.1-1.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tox-ansible-0:26.7.1-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch"
},
"product_reference": "python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch"
},
"product_reference": "ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tox-ansible-0:26.7.1-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src"
},
"product_reference": "python-tox-ansible-0:26.7.1-1.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tox-ansible-0:26.7.1-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch"
},
"product_reference": "python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64"
},
"product_reference": "receptor-0:1.6.7-1.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le"
},
"product_reference": "receptor-0:1.6.7-1.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x"
},
"product_reference": "receptor-0:1.6.7-1.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64"
},
"product_reference": "receptor-0:1.6.7-1.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch"
},
"product_reference": "ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.15-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src"
},
"product_reference": "automation-controller-0:4.7.15-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.7.15-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch"
},
"product_reference": "python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src"
},
"product_reference": "python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64"
},
"product_reference": "aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le"
},
"product_reference": "aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x"
},
"product_reference": "aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src"
},
"product_reference": "aap-metrics-utility-0:0.7.6-3.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64"
},
"product_reference": "aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch"
},
"product_reference": "ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.15-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.7.15-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.15-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.7.15-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.15-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.7.15-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.15-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src"
},
"product_reference": "automation-controller-0:4.7.15-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.15-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.7.15-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.7.15-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.7.15-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.7.15-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.7.15-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.2.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.2.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src"
},
"product_reference": "automation-eda-controller-0:1.2.11-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-0:1.2.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.6.20260804-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src"
},
"product_reference": "automation-gateway-0:2.6.20260804-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-config-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-server-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.11.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch"
},
"product_reference": "automation-hub-0:4.11.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.11.12-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src"
},
"product_reference": "automation-hub-0:4.11.12-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-platform-ui-0:2.6.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch"
},
"product_reference": "automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-platform-ui-0:2.6.12-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src"
},
"product_reference": "automation-platform-ui-0:2.6.12-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch"
},
"product_reference": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src"
},
"product_reference": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src"
},
"product_reference": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch"
},
"product_reference": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src"
},
"product_reference": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch"
},
"product_reference": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src"
},
"product_reference": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch"
},
"product_reference": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
},
"product_reference": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch"
},
"product_reference": "python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src"
},
"product_reference": "python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Chris Meyers"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-12383",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"discovery_date": "2026-06-16T10:09:09.069000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2489127"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Event-Driven Ansible (EDA) server. The ExternalEventStreamViewSet uses permissive access controls (permission_classes=[AllowAny], authentication_classes=[]) and relies solely on the Subject HTTP header value for mTLS authentication without verifying that the header originated from a trusted proxy. Additionally, the expected certificate Distinguished Name is leaked in the 403 error response body. An attacker who can reach the EDA API endpoint with a spoofed Subject header can inject arbitrary events into mTLS-protected event streams, triggering downstream automation actions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "eda-server: ExternalEventStreamViewSet trusts Subject header without validation and leaks expected DN",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is a defense-in-depth failure in EDA that becomes exploitable when combined with the gateway header-forwarding issue (tracked as a separate CVE). EDA should not rely solely on an HTTP header for mTLS authentication. The DN leak in the error response further reduces the difficulty of exploitation. EDA has been included in AAP since version 2.4. The mTLS external event stream feature and the trust-of-Subject-header pattern apply to all EDA versions that support external event streams with mTLS authentication.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12383"
},
{
"category": "external",
"summary": "RHBZ#2489127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489127"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12383"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12383",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12383"
}
],
"release_date": "2026-07-27T19:04:53.794000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"category": "workaround",
"details": "The following practices would help for avoiding exposure and mitigate this flaw:\n\n- Ensure the EDA server is not directly accessible from untrusted networks; all traffic should route through the AAP Gateway which should perform mTLS validation.\n- If possible, configure network-level access controls to restrict which source IPs can reach the EDA backend API.\n- Monitor EDA event streams for unexpected events_received counter changes.\n- Review and rotate mTLS client certificates if unauthorized access is suspected, as the expected DN may have been leaked via the 403 error response.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "eda-server: ExternalEventStreamViewSet trusts Subject header without validation and leaks expected DN"
},
{
"cve": "CVE-2026-18141",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-07-28T18:46:28.174000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2508155"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aap-gateway, a component of Ansible Automation Platform\u0027s Event-Driven Ansible (EDA). An unauthenticated remote attacker can bypass mutual Transport Layer Security (mTLS) authentication for event streams. This is achieved by manipulating the event stream URL and forging the HTTP Subject header. The system also inadvertently discloses the expected certificate subject in error messages, which simplifies the attack. This vulnerability allows an attacker to inject arbitrary events into EDA, potentially triggering automated workflows.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aap-gateway: aap-gateway: Authentication bypass in Event-Driven Ansible via forged HTTP header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: Ansible Automation Platform 2.6 Event-Driven Ansible (EDA) is vulnerable to an authentication bypass, allowing unauthenticated remote attackers to inject arbitrary events into mTLS-protected event streams. This is due to a flaw in the `aap-gateway` configuration that permits bypassing mTLS by manipulating the URL and forging the Subject HTTP header. The vulnerability is exacerbated by information disclosure, where error messages reveal the expected certificate subject, simplifying targeted exploitation against default mTLS deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-18141"
},
{
"category": "external",
"summary": "RHBZ#2508155",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2508155"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-18141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-18141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-18141"
}
],
"release_date": "2026-07-31T15:28:47.213000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"category": "workaround",
"details": "Restrict network access to the EDA event stream endpoints at the firewall or load balancer level. Ensure that only trusted sources are permitted to reach the event stream ports. Additionally, monitor EDA event logs for any unexpected events originating from unverified sources.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aap-gateway: aap-gateway: Authentication bypass in Event-Driven Ansible via forged HTTP header"
},
{
"cve": "CVE-2026-33811",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"discovery_date": "2026-05-07T20:01:34.913869+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467822"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net` package of Go (golang), specifically when using the `LookupCNAME` function with the `cgo` DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name (CNAME) response. This can trigger a double-free of C memory, leading to a crash and a Denial of Service (DoS) for the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net` package, affecting applications configured to use the `cgo` DNS resolver. A remote attacker could trigger a double-free memory error by providing a very long CNAME response, leading to a crash of the vulnerable application and impacting service availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33811"
},
{
"category": "external",
"summary": "RHBZ#2467822",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467822"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33811",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33811"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33811",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33811"
},
{
"category": "external",
"summary": "https://go.dev/cl/767860",
"url": "https://go.dev/cl/767860"
},
{
"category": "external",
"summary": "https://go.dev/issue/78803",
"url": "https://go.dev/issue/78803"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4981",
"url": "https://pkg.go.dev/vuln/GO-2026-4981"
}
],
"release_date": "2026-05-07T19:41:19.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications can be configured to use the pure Go DNS resolver instead of the `cgo` DNS resolver. This can be achieved by setting the `GODEBUG` environment variable to `netdns=go`. For example, to run a Go application with this mitigation: `GODEBUG=netdns=go /path/to/your/go/application`. This change may require restarting affected applications or services to take effect. Users should verify that this change does not negatively impact DNS resolution for their specific application environment.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME"
},
{
"cve": "CVE-2026-34993",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-06-02T20:01:12.690409+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484099"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in AIOHTTP, a Python asynchronous HTTP framework, due to potential arbitrary code execution. The vulnerability arises when applications load untrusted input into the `CookieJar.load()` function. Exploitation requires an application to be configured to process attacker-controlled files, which is not a default or common scenario in most Red Hat product deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34993"
},
{
"category": "external",
"summary": "RHBZ#2484099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484099"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34993"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00",
"url": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8"
}
],
"release_date": "2026-06-02T18:29:15.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"category": "workaround",
"details": "Applications using AIOHTTP that are configured to load untrusted files via the `CookieJar.load()` function should implement input sanitization prior to loading. This prevents the injection of malicious code.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()"
},
{
"cve": "CVE-2026-40898",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-04T19:00:56.584166+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in `quic-go` that allows a remote attacker to exhaust system memory by sending specially crafted HTTP/3 trailer fields. This can lead to crashes or resource unavailability in affected Red Hat products utilizing `quic-go` for HTTP/3 communication, impacting both client and server implementations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "RHBZ#2484875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1",
"url": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9",
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9"
}
],
"release_date": "2026-06-04T17:43:36.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers"
},
{
"cve": "CVE-2026-44545",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-03T15:01:49.007231+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484377"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in daphne. An unauthenticated remote attacker could exploit this vulnerability by sending arbitrarily large WebSocket messages or frames. This oversight in payload size handling can lead to excessive memory consumption, resulting in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "daphne: daphne: Denial of Service via excessive WebSocket message size",
"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-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44545"
},
{
"category": "external",
"summary": "RHBZ#2484377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484377"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44545",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44545"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44545",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44545"
},
{
"category": "external",
"summary": "https://github.com/django/daphne/blob/main/CHANGELOG.txt",
"url": "https://github.com/django/daphne/blob/main/CHANGELOG.txt"
}
],
"release_date": "2026-06-03T13:17:42.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "daphne: daphne: Denial of Service via excessive WebSocket message size"
},
{
"cve": "CVE-2026-48526",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-05-28T16:01:22.805235+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482734"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PyJWT, a Python library for JSON Web Token (JWT) implementation. When decoding JWTs, the library fails to validate the use of JSON Web Keys (JWK) in the HMAC algorithm while also supporting asymmetric algorithms. This allows a remote attacker to use the issuer\u0027s public key as the secret key for the HMAC algorithm, leading to the ability to forge JWTs. This vulnerability can result in authentication bypass or unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in PyJWT allows for authentication bypass and unauthorized access. It occurs when a JWT verifier is misconfigured to accept both symmetric and asymmetric algorithms, and a public JSON Web Key is erroneously used as the HMAC secret. Red Hat products are only affected if they utilize this specific, non-standard verifier configuration.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48526"
},
{
"category": "external",
"summary": "RHBZ#2482734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482734"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48526"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-xgmm-8j9v-c9wx",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-xgmm-8j9v-c9wx"
}
],
"release_date": "2026-05-28T15:09:09.258000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens"
},
{
"cve": "CVE-2026-54059",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-06T20:02:21.640821+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497464"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing specially crafted PCF font data. This data, when processed, can lead to excessive memory allocation because the library does not properly check for decompression bombs. The primary consequence is a Denial of Service (DoS), which could make the affected system or application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted PCF font data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Python Pillow library. The PcfFontFile._load_bitmaps() method reads glyph dimensions from the PCF METRICS section and passes them directly to Image.frombytes() without calling Image._decompression_bomb_check(). This allows crafted PCF font data to cause excessive memory allocation, leading to a denial of service condition. An attacker could exploit this by providing a specially crafted PCF font file to an application that uses Pillow\u0027s font loading functionality.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54059"
},
{
"category": "external",
"summary": "RHBZ#2497464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497464"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54059"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54059",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54059"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-8v84-f9pq-wr9x",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-8v84-f9pq-wr9x"
}
],
"release_date": "2026-07-06T18:46:09.433000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"category": "workaround",
"details": "Do not load PCF fonts from untrusted sources. If PCF font loading is required, validate font file dimensions before passing them to Pillow, or upgrade to Pillow 12.3.0 or later which includes the fix for this vulnerability.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted PCF font data"
},
{
"cve": "CVE-2026-54060",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-06T20:02:29.509113+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497466"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library\u0027s font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Pillow prior to version 12.3.0. The FontFile.compile() method in PIL/FontFile.py assembles per-glyph images into a combined bitmap using Image.new() without calling Image._decompression_bomb_check(). This allows a specially crafted font file to trigger excessive memory allocation during conversion or saving, leading to denial of service via resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "RHBZ#2497466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497466"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2"
}
],
"release_date": "2026-07-06T18:49:23.788000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files"
},
{
"cve": "CVE-2026-55379",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-06T20:01:29.922515+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497452"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library\u0027s image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted BDF font file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Pillow Python imaging library. The BDF font file parser passes attacker-controlled dimensions to Image.new() without decompression bomb validation, allowing excessive memory allocation and denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "RHBZ#2497452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497452"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55379"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc"
}
],
"release_date": "2026-07-06T18:52:11.633000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"category": "workaround",
"details": "Do not load BDF font files from untrusted sources. Applications that only process standard image formats (PNG, JPEG, etc.) and do not use BdfFontFile or ImageFont.load() with BDF files are not affected.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted BDF font file"
},
{
"cve": "CVE-2026-55380",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-07-06T20:01:42.245051+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A denial-of-service vulnerability was found in Pillow\u0027s GdImageFile plugin. The GdImageFile._open() function reads image dimensions from GD 2.x file headers and stores them without performing a decompression bomb check. A crafted .gd file of approximately 1 KB can trigger an unchecked 4.3 GB C-heap allocation, potentially crashing the process or exhausting memory on systems with insufficient resources. This issue is fixed in Pillow 12.3.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "RHBZ#2497455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55380"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675",
"url": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm"
}
],
"release_date": "2026-07-06T18:50:14.789000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"category": "workaround",
"details": "Avoid processing untrusted GD 2.x image files with PIL.GdImageFile.open(). Use Image.open() instead, which includes decompression bomb protections for supported formats. If GdImageFile must be used, validate the image dimensions before calling load(). Restricting accepted image formats at the application boundary to only those explicitly needed can reduce exposure.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file"
},
{
"cve": "CVE-2026-59197",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-07-14T17:01:29.487456+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Native heap out-of-bounds write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow\u0027s RankFilter API is vulnerable to a native heap out-of-bounds write when a caller supplies a very large odd filter size. Expansion runs before size validation and ImagingExpand uses unchecked signed integer arithmetic for output dimensions. A remote attacker who can drive RankFilter with attacker-controlled sizes may crash the process or corrupt heap memory. Fixed in Pillow 12.3.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "RHBZ#2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59197"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1",
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9695",
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
}
],
"release_date": "2026-07-14T16:25:23.520000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Native heap out-of-bounds write"
},
{
"cve": "CVE-2026-59885",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-14T18:17:12.157807+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500380"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One (ASN.1). The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker could exploit this by providing a specially crafted payload containing an OID with many arcs, leading to excessive CPU consumption and a denial of service (DoS) in applications that decode untrusted ASN.1 data. The corresponding encoders also exhibit this quadratic behavior when re-encoding attacker-supplied values.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in pyasn1. The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A small crafted payload containing an OID with many arcs consumes excessive CPU per decode() call, allowing denial of service in applications that decode untrusted ASN.1 data (certificates, LDAP, SNMP, Kerberos). The corresponding encoders exhibit the same behavior when re-encoding attacker-supplied values. The arc-size limit introduced for CVE-2026-23490 does not mitigate this issue. This issue is fixed in pyasn1 version 0.6.4.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59885"
},
{
"category": "external",
"summary": "RHBZ#2500380",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500380"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59885",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59885"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59885",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59885"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/45bdb19eb7df4b3780fe9c912c63e99bffc39dd9",
"url": "https://github.com/pyasn1/pyasn1/commit/45bdb19eb7df4b3780fe9c912c63e99bffc39dd9"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-8ppf-4f7h-5ppj",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-8ppf-4f7h-5ppj"
}
],
"release_date": "2026-07-14T16:40:00.515000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"category": "workaround",
"details": "Update to pyasn1 version 0.6.4 or later when available for your product stream. The impact is limited to availability (denial of service) \u2014 an attacker cannot access or modify data. Applications that do not process untrusted ASN.1 input are at reduced risk.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER"
},
{
"cve": "CVE-2026-59886",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T17:01:19.689422+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500041"
}
],
"notes": [
{
"category": "description",
"text": "A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in pyasn1, rated as Important, could lead to a denial of service in Red Hat products that process untrusted ASN.1 data. A remote attacker could send a specially crafted BER, CER, or DER encoded REAL value with a large exponent, causing applications to consume excessive resources during decoding operations such as printing, logging, or arithmetic, thereby rendering the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "RHBZ#2500041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500041"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59886",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59886"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886",
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
}
],
"release_date": "2026-07-14T16:38:29.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"category": "workaround",
"details": "When processing untrusted ASN.1 data with pyasn1, avoid calling prettyPrint(), str(), float(), int(), or performing comparisons or arithmetic on decoded Real (ASN.1 REAL type) objects. Instead, inspect the raw (mantissa, base, exponent) tuple directly. Where logging decoded ASN.1 structures is necessary, filter out or sanitize Real-typed values before conversion.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values"
}
]
}
RHSA-2026:50340
Vulnerability from csaf_redhat - Published: 2026-08-04 18:38 - Updated: 2026-09-05 21:40A flaw was found in ansible-core. The ansible-galaxy role install command processes dependency specifications from a role's meta/requirements.yml file. Due to improper neutralization of argument delimiters, a malicious role author can inject arbitrary git configuration flags through the src field. This allows arbitrary code execution on the machine of a user who installs the role via ansible-galaxy role install.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in the Event-Driven Ansible (EDA) server. The ExternalEventStreamViewSet uses permissive access controls (permission_classes=[AllowAny], authentication_classes=[]) and relies solely on the Subject HTTP header value for mTLS authentication without verifying that the header originated from a trusted proxy. Additionally, the expected certificate Distinguished Name is leaked in the 403 error response body. An attacker who can reach the EDA API endpoint with a spoofed Subject header can inject arbitrary events into mTLS-protected event streams, triggering downstream automation actions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in fast-uri. This vulnerability occurs because fast-uri fails to properly convert Unicode (Internationalized Domain Name - IDN) hostnames for HTTP-family URLs. This can lead to a situation where security policies, such as denylists or redirect validations, are bypassed when applications use fast-uri to enforce these policies before passing the URL to another parser. A remote attacker could exploit this to circumvent security controls and potentially access unauthorized resources or perform malicious redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in aap-gateway, a component of Ansible Automation Platform's Event-Driven Ansible (EDA). An unauthenticated remote attacker can bypass mutual Transport Layer Security (mTLS) authentication for event streams. This is achieved by manipulating the event stream URL and forging the HTTP Subject header. The system also inadvertently discloses the expected certificate subject in error messages, which simplifies the attack. This vulnerability allows an attacker to inject arbitrary events into EDA, potentially triggering automated workflows.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in daphne. An unauthenticated remote attacker could exploit this vulnerability by sending arbitrarily large WebSocket messages or frames. This oversight in payload size handling can lead to excessive memory consumption, resulting in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
A flaw was found in PyJWT, a Python library for JSON Web Token (JWT) implementation. When decoding JWTs, the library fails to validate the use of JSON Web Keys (JWK) in the HMAC algorithm while also supporting asymmetric algorithms. This allows a remote attacker to use the issuer's public key as the secret key for the HMAC algorithm, leading to the ability to forge JWTs. This vulnerability can result in authentication bypass or unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
A flaw was found in joserfc, a Python library for JSON Object Signing and Encryption (JOSE). This vulnerability allows a remote attacker to cause resource exhaustion, leading to a Denial of Service (DoS), by sending oversized JSON Web Signature (JWS) payloads. The library fails to apply size limits, specifically JWSRegistry.max_payload_length, when processing RFC7797 b64=false JWS payloads.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library's font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
A flaw was found in Starlette where the request.form() method silently ignores configured resource limits (max_fields and max_part_size) when parsing application/x-www-form-urlencoded data. An unauthenticated attacker can exploit this by sending a urlencoded request body with an arbitrarily large number of fields or an oversized field, causing denial of service through resource exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library's image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in httplib2, a Python HTTP client library. This vulnerability allows a malicious or compromised HTTP server to send a small compressed data payload that, when decompressed by httplib2, expands to an extremely large size in memory. This unbounded decompression can lead to a Denial of Service (DoS) by causing the client application to run out of memory and crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
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 is now available for Red Hat Ansible Automation Platform 2.7",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nFor details about this release, refer to the release notes 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-2026:50340",
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-11332",
"url": "https://access.redhat.com/security/cve/CVE-2026-11332"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-12383",
"url": "https://access.redhat.com/security/cve/CVE-2026-12383"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-13149",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-13676",
"url": "https://access.redhat.com/security/cve/CVE-2026-13676"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-18141",
"url": "https://access.redhat.com/security/cve/CVE-2026-18141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34993",
"url": "https://access.redhat.com/security/cve/CVE-2026-34993"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40898",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44545",
"url": "https://access.redhat.com/security/cve/CVE-2026-44545"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48526",
"url": "https://access.redhat.com/security/cve/CVE-2026-48526"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48990",
"url": "https://access.redhat.com/security/cve/CVE-2026-48990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54058",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54060",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54283",
"url": "https://access.redhat.com/security/cve/CVE-2026-54283"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55379",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55380",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59197",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59886",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59939",
"url": "https://access.redhat.com/security/cve/CVE-2026-59939"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7/whats_new-async_updates",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7/whats_new-async_updates"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_50340.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.7 Container Release Update",
"tracking": {
"current_release_date": "2026-09-05T21:40:36+00:00",
"generator": {
"date": "2026-09-05T21:40:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:50340",
"initial_release_date": "2026-08-04T18:38:09+00:00",
"revision_history": [
{
"date": "2026-08-04T18:38:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-05T21:40:36+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.7",
"product": {
"name": "Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.7::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=1785438916"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9\u0026tag=1785413994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Afc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9\u0026tag=1785370597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3Afa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=1785438918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Abad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9\u0026tag=1785373001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-devspaces-rhel9@sha256%3A5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9\u0026tag=1785356349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3Af66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9\u0026tag=1785442801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3Ad2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9\u0026tag=1785426734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Aa9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9\u0026tag=1785375273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator\u0026tag=1785283956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9\u0026tag=1785374970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3Acb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/controller-rhel9\u0026tag=1785378052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3Ad6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator\u0026tag=1785284040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9\u0026tag=1785374869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Ae07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator\u0026tag=1785284218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9\u0026tag=1785378596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/gateway-rhel9\u0026tag=1785435970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Adf86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator\u0026tag=1785284604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9\u0026tag=1785374215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Ab5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/hub-rhel9\u0026tag=1785376164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3Af3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator\u0026tag=1785284271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Afc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9\u0026tag=1785379466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3A78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator\u0026tag=1785284053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9\u0026tag=1785375884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Ab08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9\u0026tag=1785446384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9\u0026tag=1785448519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3Afb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9\u0026tag=1785362265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9\u0026tag=1785359851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9\u0026tag=1785405904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator\u0026tag=1785284988"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Aa5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9\u0026tag=1785344556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/receptor-rhel9\u0026tag=1785389482"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3Ad014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9\u0026tag=1785413994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Aaf38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9\u0026tag=1785370597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Ad997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9\u0026tag=1785373001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-devspaces-rhel9@sha256%3Add6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9\u0026tag=1785356349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3Af7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9\u0026tag=1785442801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9\u0026tag=1785426734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Ace712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9\u0026tag=1785375273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator\u0026tag=1785283956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3Ab0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9\u0026tag=1785374970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/controller-rhel9\u0026tag=1785378052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator\u0026tag=1785284040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9\u0026tag=1785374869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator\u0026tag=1785284218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9\u0026tag=1785378596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/gateway-rhel9\u0026tag=1785435970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Ab2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator\u0026tag=1785284604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9\u0026tag=1785374215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/hub-rhel9\u0026tag=1785376164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator\u0026tag=1785284271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9\u0026tag=1785379466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3A72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator\u0026tag=1785284053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3Aafc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9\u0026tag=1785375884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Af1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9\u0026tag=1785446384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9\u0026tag=1785448519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9\u0026tag=1785362265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3Ad0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9\u0026tag=1785359851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3Abf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9\u0026tag=1785405904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator\u0026tag=1785284988"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9\u0026tag=1785344556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/receptor-rhel9\u0026tag=1785389482"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Tommaso Bona"
]
}
],
"cve": "CVE-2026-11332",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-04-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2485379"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ansible-core. The ansible-galaxy role install command processes dependency specifications from a role\u0027s meta/requirements.yml file. Due to improper neutralization of argument delimiters, a malicious role author can inject arbitrary git configuration flags through the src field. This allows arbitrary code execution on the machine of a user who installs the role via ansible-galaxy role install.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible-core: argument injection in ansible-galaxy role install leads to arbitrary code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Conditions for Exploitation: Successful exploitation requires user interaction, specifically tricking a victim into installing a maliciously crafted Ansible role (or a role with a malicious dependency) using the ansible-galaxy role install command.\n\nBroad Impact: While user interaction is required, the potential impact is highly severe. Successfully injecting the malicious arguments allows a remote attacker to achieve arbitrary code execution on the machine running the Ansible command, leading to a full compromise of the user\u0027s environment and system integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-11332"
},
{
"category": "external",
"summary": "RHBZ#2485379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2485379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-11332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11332"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-11332",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11332"
},
{
"category": "external",
"summary": "https://github.com/ansible/ansible",
"url": "https://github.com/ansible/ansible"
}
],
"release_date": "2026-06-05T07:12:55.739000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ansible-core: argument injection in ansible-galaxy role install leads to arbitrary code execution"
},
{
"acknowledgments": [
{
"names": [
"Chris Meyers"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-12383",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"discovery_date": "2026-06-16T10:09:09.069000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2489127"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Event-Driven Ansible (EDA) server. The ExternalEventStreamViewSet uses permissive access controls (permission_classes=[AllowAny], authentication_classes=[]) and relies solely on the Subject HTTP header value for mTLS authentication without verifying that the header originated from a trusted proxy. Additionally, the expected certificate Distinguished Name is leaked in the 403 error response body. An attacker who can reach the EDA API endpoint with a spoofed Subject header can inject arbitrary events into mTLS-protected event streams, triggering downstream automation actions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "eda-server: ExternalEventStreamViewSet trusts Subject header without validation and leaks expected DN",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is a defense-in-depth failure in EDA that becomes exploitable when combined with the gateway header-forwarding issue (tracked as a separate CVE). EDA should not rely solely on an HTTP header for mTLS authentication. The DN leak in the error response further reduces the difficulty of exploitation. EDA has been included in AAP since version 2.4. The mTLS external event stream feature and the trust-of-Subject-header pattern apply to all EDA versions that support external event streams with mTLS authentication.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12383"
},
{
"category": "external",
"summary": "RHBZ#2489127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489127"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12383"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12383",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12383"
}
],
"release_date": "2026-07-27T19:04:53.794000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "The following practices would help for avoiding exposure and mitigate this flaw:\n\n- Ensure the EDA server is not directly accessible from untrusted networks; all traffic should route through the AAP Gateway which should perform mTLS validation.\n- If possible, configure network-level access controls to restrict which source IPs can reach the EDA backend API.\n- Monitor EDA event streams for unexpected events_received counter changes.\n- Review and rotate mTLS client certificates if unauthorized access is suspected, as the expected DN may have been leaked via the 403 error response.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "eda-server: ExternalEventStreamViewSet trusts Subject header without validation and leaks expected DN"
},
{
"cve": "CVE-2026-13149",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-06-30T10:00:59.843854+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494813"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in brace-expansion, a widely-used npm package for expanding brace sequences. The expand() function exhibits exponential-time complexity when processing consecutive non-expanding brace groups. An attacker who can supply crafted input to expand(), directly or transitively via minimatch or glob, can cause significant CPU consumption and event-loop blocking, resulting in denial of service. The max option does not mitigate this issue, as it bounds the output size rather than the recursion work.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "RHBZ#2494813",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494813"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-13149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754",
"url": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/brace-expansion",
"url": "https://www.npmjs.com/package/brace-expansion"
}
],
"release_date": "2026-06-30T08:30:34.502000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "There is no practical mitigation for this vulnerability. The brace-expansion package is typically a transitive dependency pulled in via minimatch and glob, making it difficult to isolate. Users should upgrade to a fixed version of brace-expansion when one becomes available.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity"
},
{
"cve": "CVE-2026-13676",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-06-29T14:01:55.592330+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494197"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri. This vulnerability occurs because fast-uri fails to properly convert Unicode (Internationalized Domain Name - IDN) hostnames for HTTP-family URLs. This can lead to a situation where security policies, such as denylists or redirect validations, are bypassed when applications use fast-uri to enforce these policies before passing the URL to another parser. A remote attacker could exploit this to circumvent security controls and potentially access unauthorized resources or perform malicious redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: Security policy bypass due to improper Unicode hostname canonicalization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in `fast-uri` allows a remote attacker to bypass host-based security policies. Applications that rely on `fast-uri` for URL parsing and policy enforcement, such as denylists or redirect validations, can be circumvented due to inconsistent handling of Unicode hostnames. This discrepancy between `fast-uri` and other URL parsers could lead to unauthorized resource access or malicious redirects in affected Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-13676"
},
{
"category": "external",
"summary": "RHBZ#2494197",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494197"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-13676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13676"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-13676",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-13676"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6"
}
],
"release_date": "2026-06-29T13:22:44.674000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: Security policy bypass due to improper Unicode hostname canonicalization"
},
{
"cve": "CVE-2026-18141",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-07-28T18:46:28.174000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2508155"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aap-gateway, a component of Ansible Automation Platform\u0027s Event-Driven Ansible (EDA). An unauthenticated remote attacker can bypass mutual Transport Layer Security (mTLS) authentication for event streams. This is achieved by manipulating the event stream URL and forging the HTTP Subject header. The system also inadvertently discloses the expected certificate subject in error messages, which simplifies the attack. This vulnerability allows an attacker to inject arbitrary events into EDA, potentially triggering automated workflows.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aap-gateway: aap-gateway: Authentication bypass in Event-Driven Ansible via forged HTTP header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: Ansible Automation Platform 2.6 Event-Driven Ansible (EDA) is vulnerable to an authentication bypass, allowing unauthenticated remote attackers to inject arbitrary events into mTLS-protected event streams. This is due to a flaw in the `aap-gateway` configuration that permits bypassing mTLS by manipulating the URL and forging the Subject HTTP header. The vulnerability is exacerbated by information disclosure, where error messages reveal the expected certificate subject, simplifying targeted exploitation against default mTLS deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-18141"
},
{
"category": "external",
"summary": "RHBZ#2508155",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2508155"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-18141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-18141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-18141"
}
],
"release_date": "2026-07-31T15:28:47.213000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Restrict network access to the EDA event stream endpoints at the firewall or load balancer level. Ensure that only trusted sources are permitted to reach the event stream ports. Additionally, monitor EDA event logs for any unexpected events originating from unverified sources.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aap-gateway: aap-gateway: Authentication bypass in Event-Driven Ansible via forged HTTP header"
},
{
"cve": "CVE-2026-34993",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-06-02T20:01:12.690409+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484099"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in AIOHTTP, a Python asynchronous HTTP framework, due to potential arbitrary code execution. The vulnerability arises when applications load untrusted input into the `CookieJar.load()` function. Exploitation requires an application to be configured to process attacker-controlled files, which is not a default or common scenario in most Red Hat product deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34993"
},
{
"category": "external",
"summary": "RHBZ#2484099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484099"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34993"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00",
"url": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8"
}
],
"release_date": "2026-06-02T18:29:15.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Applications using AIOHTTP that are configured to load untrusted files via the `CookieJar.load()` function should implement input sanitization prior to loading. This prevents the injection of malicious code.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()"
},
{
"cve": "CVE-2026-40898",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-04T19:00:56.584166+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in `quic-go` that allows a remote attacker to exhaust system memory by sending specially crafted HTTP/3 trailer fields. This can lead to crashes or resource unavailability in affected Red Hat products utilizing `quic-go` for HTTP/3 communication, impacting both client and server implementations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "RHBZ#2484875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1",
"url": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9",
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9"
}
],
"release_date": "2026-06-04T17:43:36.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers"
},
{
"cve": "CVE-2026-44545",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-03T15:01:49.007231+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484377"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in daphne. An unauthenticated remote attacker could exploit this vulnerability by sending arbitrarily large WebSocket messages or frames. This oversight in payload size handling can lead to excessive memory consumption, resulting in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "daphne: daphne: Denial of Service via excessive WebSocket message size",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44545"
},
{
"category": "external",
"summary": "RHBZ#2484377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484377"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44545",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44545"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44545",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44545"
},
{
"category": "external",
"summary": "https://github.com/django/daphne/blob/main/CHANGELOG.txt",
"url": "https://github.com/django/daphne/blob/main/CHANGELOG.txt"
}
],
"release_date": "2026-06-03T13:17:42.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "daphne: daphne: Denial of Service via excessive WebSocket message size"
},
{
"cve": "CVE-2026-48526",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-05-28T16:01:22.805235+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482734"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PyJWT, a Python library for JSON Web Token (JWT) implementation. When decoding JWTs, the library fails to validate the use of JSON Web Keys (JWK) in the HMAC algorithm while also supporting asymmetric algorithms. This allows a remote attacker to use the issuer\u0027s public key as the secret key for the HMAC algorithm, leading to the ability to forge JWTs. This vulnerability can result in authentication bypass or unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in PyJWT allows for authentication bypass and unauthorized access. It occurs when a JWT verifier is misconfigured to accept both symmetric and asymmetric algorithms, and a public JSON Web Key is erroneously used as the HMAC secret. Red Hat products are only affected if they utilize this specific, non-standard verifier configuration.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48526"
},
{
"category": "external",
"summary": "RHBZ#2482734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482734"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48526"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-xgmm-8j9v-c9wx",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-xgmm-8j9v-c9wx"
}
],
"release_date": "2026-05-28T15:09:09.258000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens"
},
{
"cve": "CVE-2026-48990",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-17T22:00:51.839483+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2490168"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in joserfc, a Python library for JSON Object Signing and Encryption (JOSE). This vulnerability allows a remote attacker to cause resource exhaustion, leading to a Denial of Service (DoS), by sending oversized JSON Web Signature (JWS) payloads. The library fails to apply size limits, specifically JWSRegistry.max_payload_length, when processing RFC7797 b64=false JWS payloads.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "joserfc: joserfc: Resource exhaustion via oversized JSON Web Signature (JWS) payloads",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48990"
},
{
"category": "external",
"summary": "RHBZ#2490168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48990"
},
{
"category": "external",
"summary": "https://github.com/authlib/joserfc/releases/tag/1.6.7",
"url": "https://github.com/authlib/joserfc/releases/tag/1.6.7"
},
{
"category": "external",
"summary": "https://github.com/authlib/joserfc/security/advisories/GHSA-wphv-vfrh-23q5",
"url": "https://github.com/authlib/joserfc/security/advisories/GHSA-wphv-vfrh-23q5"
}
],
"release_date": "2026-06-17T21:08:10.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "The risk can be mitigated by rejecting oversized serialized JWS inputs before they reach joserfc and enforcing strict request/body size limits at the application or reverse-proxy layer.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "joserfc: joserfc: Resource exhaustion via oversized JSON Web Signature (JWS) payloads"
},
{
"cve": "CVE-2026-54058",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-07-14T17:02:34.864708+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500057"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow is vulnerable to an out-of-bounds read when processing a crafted uncompressed McIdas AREA image via the mmap raw codec. A remote attacker who can supply such an image to a service that loads it without user interaction may disclose adjacent process memory or trigger a denial of service. Fixed in Pillow 12.3.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "RHBZ#2500057",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500057"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d",
"url": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9719",
"url": "https://github.com/python-pillow/Pillow/pull/9719"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93"
}
],
"release_date": "2026-07-14T16:27:38.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image"
},
{
"cve": "CVE-2026-54060",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-06T20:02:29.509113+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497466"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library\u0027s font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Pillow prior to version 12.3.0. The FontFile.compile() method in PIL/FontFile.py assembles per-glyph images into a combined bitmap using Image.new() without calling Image._decompression_bomb_check(). This allows a specially crafted font file to trigger excessive memory allocation during conversion or saving, leading to denial of service via resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "RHBZ#2497466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497466"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2"
}
],
"release_date": "2026-07-06T18:49:23.788000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files"
},
{
"cve": "CVE-2026-54283",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-22T18:01:06.194658+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491440"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Starlette where the request.form() method silently ignores configured resource limits (max_fields and max_part_size) when parsing application/x-www-form-urlencoded data. An unauthenticated attacker can exploit this by sending a urlencoded request body with an arbitrarily large number of fields or an oversized field, causing denial of service through resource exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "starlette: Starlette: request.form() limits silently ignored for application/x-www-form-urlencoded enable DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Starlette where the request.form() method silently ignores configured resource limits (max_fields and max_part_size) when parsing application/x-www-form-urlencoded data. An unauthenticated attacker can exploit this by sending a urlencoded request body with an arbitrarily large number of fields or an oversized field, causing denial of service through resource exhaustion. This only affects applications that explicitly call request.form() on urlencoded input; JSON-only APIs and services where Starlette is a transitive dependency not used for form parsing are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54283"
},
{
"category": "external",
"summary": "RHBZ#2491440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54283"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/security/advisories/GHSA-82w8-qh3p-5jfq",
"url": "https://github.com/Kludex/starlette/security/advisories/GHSA-82w8-qh3p-5jfq"
}
],
"release_date": "2026-06-22T16:46:16.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "starlette: Starlette: request.form() limits silently ignored for application/x-www-form-urlencoded enable DoS"
},
{
"cve": "CVE-2026-55379",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-06T20:01:29.922515+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497452"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library\u0027s image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted BDF font file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Pillow Python imaging library. The BDF font file parser passes attacker-controlled dimensions to Image.new() without decompression bomb validation, allowing excessive memory allocation and denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "RHBZ#2497452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497452"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55379"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc"
}
],
"release_date": "2026-07-06T18:52:11.633000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Do not load BDF font files from untrusted sources. Applications that only process standard image formats (PNG, JPEG, etc.) and do not use BdfFontFile or ImageFont.load() with BDF files are not affected.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted BDF font file"
},
{
"cve": "CVE-2026-55380",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-07-06T20:01:42.245051+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A denial-of-service vulnerability was found in Pillow\u0027s GdImageFile plugin. The GdImageFile._open() function reads image dimensions from GD 2.x file headers and stores them without performing a decompression bomb check. A crafted .gd file of approximately 1 KB can trigger an unchecked 4.3 GB C-heap allocation, potentially crashing the process or exhausting memory on systems with insufficient resources. This issue is fixed in Pillow 12.3.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "RHBZ#2497455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55380"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675",
"url": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm"
}
],
"release_date": "2026-07-06T18:50:14.789000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Avoid processing untrusted GD 2.x image files with PIL.GdImageFile.open(). Use Image.open() instead, which includes decompression bomb protections for supported formats. If GdImageFile must be used, validate the image dimensions before calling load(). Restricting accepted image formats at the application boundary to only those explicitly needed can reduce exposure.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file"
},
{
"cve": "CVE-2026-59197",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-07-14T17:01:29.487456+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Native heap out-of-bounds write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow\u0027s RankFilter API is vulnerable to a native heap out-of-bounds write when a caller supplies a very large odd filter size. Expansion runs before size validation and ImagingExpand uses unchecked signed integer arithmetic for output dimensions. A remote attacker who can drive RankFilter with attacker-controlled sizes may crash the process or corrupt heap memory. Fixed in Pillow 12.3.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "RHBZ#2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59197"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1",
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9695",
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
}
],
"release_date": "2026-07-14T16:25:23.520000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Native heap out-of-bounds write"
},
{
"cve": "CVE-2026-59886",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T17:01:19.689422+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500041"
}
],
"notes": [
{
"category": "description",
"text": "A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in pyasn1, rated as Important, could lead to a denial of service in Red Hat products that process untrusted ASN.1 data. A remote attacker could send a specially crafted BER, CER, or DER encoded REAL value with a large exponent, causing applications to consume excessive resources during decoding operations such as printing, logging, or arithmetic, thereby rendering the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "RHBZ#2500041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500041"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59886",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59886"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886",
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
}
],
"release_date": "2026-07-14T16:38:29.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "When processing untrusted ASN.1 data with pyasn1, avoid calling prettyPrint(), str(), float(), int(), or performing comparisons or arithmetic on decoded Real (ASN.1 REAL type) objects. Instead, inspect the raw (mantissa, base, exponent) tuple directly. Where logging decoded ASN.1 structures is necessary, filter out or sanitize Real-typed values before conversion.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values"
},
{
"cve": "CVE-2026-59939",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-08T20:02:11.756520+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498212"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in httplib2, a Python HTTP client library. This vulnerability allows a malicious or compromised HTTP server to send a small compressed data payload that, when decompressed by httplib2, expands to an extremely large size in memory. This unbounded decompression can lead to a Denial of Service (DoS) by causing the client application to run out of memory and crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httplib2: httplib2: Denial of Service via unbounded decompression of HTTP response bodies",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in `httplib2` allows a remote attacker to trigger a Denial of Service (DoS) in client applications. By sending a specially crafted, compressed HTTP response, a malicious server can cause the client to exhaust its memory due to unbounded decompression, leading to application crashes. This poses a significant risk to Red Hat products that use `httplib2` to process untrusted HTTP content.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59939"
},
{
"category": "external",
"summary": "RHBZ#2498212",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498212"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59939",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59939"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59939",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59939"
},
{
"category": "external",
"summary": "https://github.com/httplib2/httplib2/commit/87581ad6cf752fe3da2090c59058261d2d00a427",
"url": "https://github.com/httplib2/httplib2/commit/87581ad6cf752fe3da2090c59058261d2d00a427"
},
{
"category": "external",
"summary": "https://github.com/httplib2/httplib2/releases/tag/v0.32.0",
"url": "https://github.com/httplib2/httplib2/releases/tag/v0.32.0"
},
{
"category": "external",
"summary": "https://github.com/httplib2/httplib2/security/advisories/GHSA-j5g9-f88f-gfj3",
"url": "https://github.com/httplib2/httplib2/security/advisories/GHSA-j5g9-f88f-gfj3"
}
],
"release_date": "2026-07-08T19:34:05.150000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "httplib2: httplib2: Denial of Service via unbounded decompression of HTTP response bodies"
}
]
}
RHSA-2026:50479
Vulnerability from csaf_redhat - Published: 2026-08-04 21:39 - Updated: 2026-09-05 21:26A flaw was found in pip, the package installer for Python. A remote attacker can exploit this vulnerability by tricking a victim into installing a malicious Python wheel. This wheel contains specially crafted entry-point names that use directory traversal or absolute paths. This allows pip to write generated script wrappers outside the intended installation directory, leading to arbitrary file overwrite. This can severely impact system integrity and availability, and in certain scenarios, may lead to arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in webpack-dev-server. When a user configures a proxy with a broad context, such as '/', and enables WebSocket (ws: true) forwarding, the development server's own Hot Module Replacement (HMR) WebSocket can be intercepted. This interception leads to the leakage of the browser's cookies and Origin header to the proxy target, bypassing the server's Host/Origin validation. Additionally, it can corrupt the HMR socket, resulting in a denial of service for the HMR functionality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in ansible-core. The ansible-galaxy role install command processes dependency specifications from a role's meta/requirements.yml file. Due to improper neutralization of argument delimiters, a malicious role author can inject arbitrary git configuration flags through the src field. This allows arbitrary code execution on the machine of a user who installs the role via ansible-galaxy role install.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in fast-uri. This vulnerability occurs because fast-uri fails to properly convert Unicode (Internationalized Domain Name - IDN) hostnames for HTTP-family URLs. This can lead to a situation where security policies, such as denylists or redirect validations, are bypassed when applications use fast-uri to enforce these policies before passing the URL to another parser. A remote attacker could exploit this to circumvent security controls and potentially access unauthorized resources or perform malicious redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in aap-gateway, a component of Ansible Automation Platform's Event-Driven Ansible (EDA). An unauthenticated remote attacker can bypass mutual Transport Layer Security (mTLS) authentication for event streams. This is achieved by manipulating the event stream URL and forging the HTTP Subject header. The system also inadvertently discloses the expected certificate subject in error messages, which simplifies the attack. This vulnerability allows an attacker to inject arbitrary events into EDA, potentially triggering automated workflows.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in daphne. An unauthenticated remote attacker could exploit this vulnerability by sending arbitrarily large WebSocket messages or frames. This oversight in payload size handling can lead to excessive memory consumption, resulting in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
A flaw was found in joserfc, a Python library for JSON Object Signing and Encryption (JOSE). This vulnerability allows a remote attacker to cause resource exhaustion, leading to a Denial of Service (DoS), by sending oversized JSON Web Signature (JWS) payloads. The library fails to apply size limits, specifically JWSRegistry.max_payload_length, when processing RFC7797 b64=false JWS payloads.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library's font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
A flaw was found in Starlette where the request.form() method silently ignores configured resource limits (max_fields and max_part_size) when parsing application/x-www-form-urlencoded data. An unauthenticated attacker can exploit this by sending a urlencoded request body with an arbitrarily large number of fields or an oversized field, causing denial of service through resource exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library's image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in httplib2, a Python HTTP client library. This vulnerability allows a malicious or compromised HTTP server to send a small compressed data payload that, when decompressed by httplib2, expands to an extremely large size in memory. This unbounded decompression can lead to a Denial of Service (DoS) by causing the client application to run out of memory and crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
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 is now available for Red Hat Ansible Automation Platform 2.6",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nFor details about this release, refer to the release notes 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-2026:50479",
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-11332",
"url": "https://access.redhat.com/security/cve/CVE-2026-11332"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-13149",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-13676",
"url": "https://access.redhat.com/security/cve/CVE-2026-13676"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-18141",
"url": "https://access.redhat.com/security/cve/CVE-2026-18141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34993",
"url": "https://access.redhat.com/security/cve/CVE-2026-34993"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40898",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44545",
"url": "https://access.redhat.com/security/cve/CVE-2026-44545"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48990",
"url": "https://access.redhat.com/security/cve/CVE-2026-48990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54058",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54060",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54283",
"url": "https://access.redhat.com/security/cve/CVE-2026-54283"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55379",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55380",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59197",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59869",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59886",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59939",
"url": "https://access.redhat.com/security/cve/CVE-2026-59939"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-8643",
"url": "https://access.redhat.com/security/cve/CVE-2026-8643"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-9595",
"url": "https://access.redhat.com/security/cve/CVE-2026-9595"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/whats_new-async_updates",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/whats_new-async_updates"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_50479.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.6 Container Release Update",
"tracking": {
"current_release_date": "2026-09-05T21:26:53+00:00",
"generator": {
"date": "2026-09-05T21:26:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:50479",
"initial_release_date": "2026-08-04T21:39:16+00:00",
"revision_history": [
{
"date": "2026-08-04T21:39:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-05T21:26:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=1785788232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9\u0026tag=1785773509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9\u0026tag=1785630119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3Af72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=1785788247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Ac4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9\u0026tag=1785745574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-devspaces-rhel9@sha256%3A7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9\u0026tag=1785629819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9\u0026tag=1785784320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3Aa4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9\u0026tag=1785646188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9\u0026tag=1785775360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator\u0026tag=1785629366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3Ae607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9\u0026tag=1785633968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9\u0026tag=1785753810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3Afa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator\u0026tag=1785629452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9\u0026tag=1785633038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator\u0026tag=1785629468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9\u0026tag=1785730469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3Aeb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9\u0026tag=1785780020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator\u0026tag=1785774574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3Aa9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9\u0026tag=1785748239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Aaf2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9\u0026tag=1785753568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator\u0026tag=1785629524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Aab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9\u0026tag=1785756951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3A16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator\u0026tag=1785629735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3Aa6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9\u0026tag=1785634026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Ac0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9\u0026tag=1785647559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Aa48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9\u0026tag=1785649812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9\u0026tag=1785779178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9\u0026tag=1785777436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator\u0026tag=1785630454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Aa15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9\u0026tag=1785770922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Aba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/receptor-rhel9\u0026tag=1785632117"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9\u0026tag=1785773509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9\u0026tag=1785630119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Aec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9\u0026tag=1785745574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-devspaces-rhel9@sha256%3A33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9\u0026tag=1785629819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3Ae779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9\u0026tag=1785784320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9\u0026tag=1785646188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Ad0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9\u0026tag=1785775360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator\u0026tag=1785629366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9\u0026tag=1785633968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9\u0026tag=1785753810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator\u0026tag=1785629452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9\u0026tag=1785633038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator\u0026tag=1785629468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9\u0026tag=1785730469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3Ab579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9\u0026tag=1785780020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator\u0026tag=1785774574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9\u0026tag=1785748239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Ae1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9\u0026tag=1785753568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3Aa595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator\u0026tag=1785629524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9\u0026tag=1785756951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3A787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator\u0026tag=1785629735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9\u0026tag=1785634026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9\u0026tag=1785647559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Abf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9\u0026tag=1785649812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3Ae7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9\u0026tag=1785779178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9\u0026tag=1785777436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator\u0026tag=1785630454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9\u0026tag=1785770922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/receptor-rhel9\u0026tag=1785632117"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3Adb407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9\u0026tag=1785773509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Ab1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9\u0026tag=1785630119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9\u0026tag=1785745574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-devspaces-rhel9@sha256%3Ae037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9\u0026tag=1785629819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3Ae8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9\u0026tag=1785784320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3Af69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9\u0026tag=1785646188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Af5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9\u0026tag=1785775360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Afe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator\u0026tag=1785629366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3Ad4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9\u0026tag=1785633968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9\u0026tag=1785753810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator\u0026tag=1785629452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ad0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9\u0026tag=1785633038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator\u0026tag=1785629468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Abf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9\u0026tag=1785730469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9\u0026tag=1785780020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Aad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator\u0026tag=1785774574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9\u0026tag=1785748239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Aa85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9\u0026tag=1785753568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator\u0026tag=1785629524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9\u0026tag=1785756951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3Ad7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator\u0026tag=1785629735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9\u0026tag=1785634026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9\u0026tag=1785647559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Ae7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9\u0026tag=1785649812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9\u0026tag=1785779178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9\u0026tag=1785777436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator\u0026tag=1785630454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9\u0026tag=1785770922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/receptor-rhel9\u0026tag=1785632117"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9\u0026tag=1785773509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Adbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9\u0026tag=1785630119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9\u0026tag=1785745574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-devspaces-rhel9@sha256%3Ab13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9\u0026tag=1785629819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3Ad7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9\u0026tag=1785784320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9\u0026tag=1785646188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Ad1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9\u0026tag=1785775360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator\u0026tag=1785629366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9\u0026tag=1785633968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3Ab46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9\u0026tag=1785753810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator\u0026tag=1785629452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9\u0026tag=1785633038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator\u0026tag=1785629468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9\u0026tag=1785730469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9\u0026tag=1785780020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Af5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator\u0026tag=1785774574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3Ada378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9\u0026tag=1785748239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9\u0026tag=1785753568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3Ac1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator\u0026tag=1785629524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9\u0026tag=1785756951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3A0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator\u0026tag=1785629735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9\u0026tag=1785634026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9\u0026tag=1785647559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Ab475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9\u0026tag=1785649812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9\u0026tag=1785779178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9\u0026tag=1785777436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator\u0026tag=1785630454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Aa217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9\u0026tag=1785770922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/receptor-rhel9\u0026tag=1785632117"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-8643",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-04-22T23:09:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460927"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pip, the package installer for Python. A remote attacker can exploit this vulnerability by tricking a victim into installing a malicious Python wheel. This wheel contains specially crafted entry-point names that use directory traversal or absolute paths. This allows pip to write generated script wrappers outside the intended installation directory, leading to arbitrary file overwrite. This can severely impact system integrity and availability, and in certain scenarios, may lead to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pip: Path traversal via malicious entry point name in pip wheel installation allows arbitrary file overwrite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in pip\u0027s wheel installation process allows for arbitrary file overwrite due to path traversal. An attacker could exploit this by convincing a user to install a specially crafted malicious Python wheel. While file overwrites are limited to the installing user\u0027s permissions, using `pip install` with elevated privileges in Red Hat environments significantly increases the potential impact, potentially leading to system integrity compromise or arbitrary code execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-8643"
},
{
"category": "external",
"summary": "RHBZ#2460927",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460927"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-8643",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8643"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-8643",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-8643"
},
{
"category": "external",
"summary": "https://github.com/pypa/pip/commit/8eb178480bd1a2b223f509fc430796b265158dfb",
"url": "https://github.com/pypa/pip/commit/8eb178480bd1a2b223f509fc430796b265158dfb"
}
],
"release_date": "2026-05-27T17:03:36.585000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid installing Python wheels from untrusted sources. It is strongly advised against using `pip install` with elevated privileges, such as `sudo`, when installing wheels. Additionally, administrators should inspect `entry_points.txt` within wheels for path separators or absolute paths before installation.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pip: Path traversal via malicious entry point name in pip wheel installation allows arbitrary file overwrite"
},
{
"cve": "CVE-2026-9595",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2026-06-15T16:01:15.427658+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488934"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in webpack-dev-server. When a user configures a proxy with a broad context, such as \u0027/\u0027, and enables WebSocket (ws: true) forwarding, the development server\u0027s own Hot Module Replacement (HMR) WebSocket can be intercepted. This interception leads to the leakage of the browser\u0027s cookies and Origin header to the proxy target, bypassing the server\u0027s Host/Origin validation. Additionally, it can corrupt the HMR socket, resulting in a denial of service for the HMR functionality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webpack-dev-server: webpack-dev-server: Information disclosure and denial of service via improper proxy configuration",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9595"
},
{
"category": "external",
"summary": "RHBZ#2488934",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488934"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9595",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9595"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9595",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9595"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/facebook/create-react-app/pull/7444",
"url": "https://github.com/facebook/create-react-app/pull/7444"
},
{
"category": "external",
"summary": "https://github.com/vuejs/vue-cli/commit/72ba7505aff2a8314e82aa5082379a77504a1fcb",
"url": "https://github.com/vuejs/vue-cli/commit/72ba7505aff2a8314e82aa5082379a77504a1fcb"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack-dev-server/pull/4316",
"url": "https://github.com/webpack/webpack-dev-server/pull/4316"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack-dev-server/security/advisories/GHSA-mx8g-39q3-5c79",
"url": "https://github.com/webpack/webpack-dev-server/security/advisories/GHSA-mx8g-39q3-5c79"
}
],
"release_date": "2026-06-15T15:00:21.488000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid configuring `webpack-dev-server` with a broad proxy context (e.g., `/`) when WebSocket forwarding (`ws: true`) is enabled. Instead, define specific paths for the proxy context. Alternatively, disable WebSocket forwarding by omitting `ws: true` from the proxy entry if WebSocket functionality is not required for the proxy target. This configuration change may require restarting the `webpack-dev-server` instance to take effect.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "webpack-dev-server: webpack-dev-server: Information disclosure and denial of service via improper proxy configuration"
},
{
"acknowledgments": [
{
"names": [
"Tommaso Bona"
]
}
],
"cve": "CVE-2026-11332",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-04-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2485379"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ansible-core. The ansible-galaxy role install command processes dependency specifications from a role\u0027s meta/requirements.yml file. Due to improper neutralization of argument delimiters, a malicious role author can inject arbitrary git configuration flags through the src field. This allows arbitrary code execution on the machine of a user who installs the role via ansible-galaxy role install.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible-core: argument injection in ansible-galaxy role install leads to arbitrary code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Conditions for Exploitation: Successful exploitation requires user interaction, specifically tricking a victim into installing a maliciously crafted Ansible role (or a role with a malicious dependency) using the ansible-galaxy role install command.\n\nBroad Impact: While user interaction is required, the potential impact is highly severe. Successfully injecting the malicious arguments allows a remote attacker to achieve arbitrary code execution on the machine running the Ansible command, leading to a full compromise of the user\u0027s environment and system integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-11332"
},
{
"category": "external",
"summary": "RHBZ#2485379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2485379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-11332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11332"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-11332",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11332"
},
{
"category": "external",
"summary": "https://github.com/ansible/ansible",
"url": "https://github.com/ansible/ansible"
}
],
"release_date": "2026-06-05T07:12:55.739000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ansible-core: argument injection in ansible-galaxy role install leads to arbitrary code execution"
},
{
"cve": "CVE-2026-13149",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-06-30T10:00:59.843854+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494813"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in brace-expansion, a widely-used npm package for expanding brace sequences. The expand() function exhibits exponential-time complexity when processing consecutive non-expanding brace groups. An attacker who can supply crafted input to expand(), directly or transitively via minimatch or glob, can cause significant CPU consumption and event-loop blocking, resulting in denial of service. The max option does not mitigate this issue, as it bounds the output size rather than the recursion work.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "RHBZ#2494813",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494813"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-13149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754",
"url": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/brace-expansion",
"url": "https://www.npmjs.com/package/brace-expansion"
}
],
"release_date": "2026-06-30T08:30:34.502000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "There is no practical mitigation for this vulnerability. The brace-expansion package is typically a transitive dependency pulled in via minimatch and glob, making it difficult to isolate. Users should upgrade to a fixed version of brace-expansion when one becomes available.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity"
},
{
"cve": "CVE-2026-13676",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-06-29T14:01:55.592330+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494197"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri. This vulnerability occurs because fast-uri fails to properly convert Unicode (Internationalized Domain Name - IDN) hostnames for HTTP-family URLs. This can lead to a situation where security policies, such as denylists or redirect validations, are bypassed when applications use fast-uri to enforce these policies before passing the URL to another parser. A remote attacker could exploit this to circumvent security controls and potentially access unauthorized resources or perform malicious redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: Security policy bypass due to improper Unicode hostname canonicalization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in `fast-uri` allows a remote attacker to bypass host-based security policies. Applications that rely on `fast-uri` for URL parsing and policy enforcement, such as denylists or redirect validations, can be circumvented due to inconsistent handling of Unicode hostnames. This discrepancy between `fast-uri` and other URL parsers could lead to unauthorized resource access or malicious redirects in affected Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-13676"
},
{
"category": "external",
"summary": "RHBZ#2494197",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494197"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-13676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13676"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-13676",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-13676"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6"
}
],
"release_date": "2026-06-29T13:22:44.674000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: Security policy bypass due to improper Unicode hostname canonicalization"
},
{
"cve": "CVE-2026-18141",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-07-28T18:46:28.174000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2508155"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aap-gateway, a component of Ansible Automation Platform\u0027s Event-Driven Ansible (EDA). An unauthenticated remote attacker can bypass mutual Transport Layer Security (mTLS) authentication for event streams. This is achieved by manipulating the event stream URL and forging the HTTP Subject header. The system also inadvertently discloses the expected certificate subject in error messages, which simplifies the attack. This vulnerability allows an attacker to inject arbitrary events into EDA, potentially triggering automated workflows.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aap-gateway: aap-gateway: Authentication bypass in Event-Driven Ansible via forged HTTP header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: Ansible Automation Platform 2.6 Event-Driven Ansible (EDA) is vulnerable to an authentication bypass, allowing unauthenticated remote attackers to inject arbitrary events into mTLS-protected event streams. This is due to a flaw in the `aap-gateway` configuration that permits bypassing mTLS by manipulating the URL and forging the Subject HTTP header. The vulnerability is exacerbated by information disclosure, where error messages reveal the expected certificate subject, simplifying targeted exploitation against default mTLS deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-18141"
},
{
"category": "external",
"summary": "RHBZ#2508155",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2508155"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-18141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-18141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-18141"
}
],
"release_date": "2026-07-31T15:28:47.213000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Restrict network access to the EDA event stream endpoints at the firewall or load balancer level. Ensure that only trusted sources are permitted to reach the event stream ports. Additionally, monitor EDA event logs for any unexpected events originating from unverified sources.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aap-gateway: aap-gateway: Authentication bypass in Event-Driven Ansible via forged HTTP header"
},
{
"cve": "CVE-2026-34993",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-06-02T20:01:12.690409+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484099"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in AIOHTTP, a Python asynchronous HTTP framework, due to potential arbitrary code execution. The vulnerability arises when applications load untrusted input into the `CookieJar.load()` function. Exploitation requires an application to be configured to process attacker-controlled files, which is not a default or common scenario in most Red Hat product deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34993"
},
{
"category": "external",
"summary": "RHBZ#2484099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484099"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34993"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00",
"url": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8"
}
],
"release_date": "2026-06-02T18:29:15.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Applications using AIOHTTP that are configured to load untrusted files via the `CookieJar.load()` function should implement input sanitization prior to loading. This prevents the injection of malicious code.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()"
},
{
"cve": "CVE-2026-40898",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-04T19:00:56.584166+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in `quic-go` that allows a remote attacker to exhaust system memory by sending specially crafted HTTP/3 trailer fields. This can lead to crashes or resource unavailability in affected Red Hat products utilizing `quic-go` for HTTP/3 communication, impacting both client and server implementations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "RHBZ#2484875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1",
"url": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9",
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9"
}
],
"release_date": "2026-06-04T17:43:36.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers"
},
{
"cve": "CVE-2026-44545",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-03T15:01:49.007231+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484377"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in daphne. An unauthenticated remote attacker could exploit this vulnerability by sending arbitrarily large WebSocket messages or frames. This oversight in payload size handling can lead to excessive memory consumption, resulting in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "daphne: daphne: Denial of Service via excessive WebSocket message size",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44545"
},
{
"category": "external",
"summary": "RHBZ#2484377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484377"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44545",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44545"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44545",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44545"
},
{
"category": "external",
"summary": "https://github.com/django/daphne/blob/main/CHANGELOG.txt",
"url": "https://github.com/django/daphne/blob/main/CHANGELOG.txt"
}
],
"release_date": "2026-06-03T13:17:42.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "daphne: daphne: Denial of Service via excessive WebSocket message size"
},
{
"cve": "CVE-2026-48990",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-17T22:00:51.839483+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2490168"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in joserfc, a Python library for JSON Object Signing and Encryption (JOSE). This vulnerability allows a remote attacker to cause resource exhaustion, leading to a Denial of Service (DoS), by sending oversized JSON Web Signature (JWS) payloads. The library fails to apply size limits, specifically JWSRegistry.max_payload_length, when processing RFC7797 b64=false JWS payloads.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "joserfc: joserfc: Resource exhaustion via oversized JSON Web Signature (JWS) payloads",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48990"
},
{
"category": "external",
"summary": "RHBZ#2490168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48990"
},
{
"category": "external",
"summary": "https://github.com/authlib/joserfc/releases/tag/1.6.7",
"url": "https://github.com/authlib/joserfc/releases/tag/1.6.7"
},
{
"category": "external",
"summary": "https://github.com/authlib/joserfc/security/advisories/GHSA-wphv-vfrh-23q5",
"url": "https://github.com/authlib/joserfc/security/advisories/GHSA-wphv-vfrh-23q5"
}
],
"release_date": "2026-06-17T21:08:10.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "The risk can be mitigated by rejecting oversized serialized JWS inputs before they reach joserfc and enforcing strict request/body size limits at the application or reverse-proxy layer.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "joserfc: joserfc: Resource exhaustion via oversized JSON Web Signature (JWS) payloads"
},
{
"cve": "CVE-2026-54058",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-07-14T17:02:34.864708+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500057"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow is vulnerable to an out-of-bounds read when processing a crafted uncompressed McIdas AREA image via the mmap raw codec. A remote attacker who can supply such an image to a service that loads it without user interaction may disclose adjacent process memory or trigger a denial of service. Fixed in Pillow 12.3.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "RHBZ#2500057",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500057"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d",
"url": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9719",
"url": "https://github.com/python-pillow/Pillow/pull/9719"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93"
}
],
"release_date": "2026-07-14T16:27:38.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image"
},
{
"cve": "CVE-2026-54060",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-06T20:02:29.509113+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497466"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library\u0027s font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Pillow prior to version 12.3.0. The FontFile.compile() method in PIL/FontFile.py assembles per-glyph images into a combined bitmap using Image.new() without calling Image._decompression_bomb_check(). This allows a specially crafted font file to trigger excessive memory allocation during conversion or saving, leading to denial of service via resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "RHBZ#2497466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497466"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2"
}
],
"release_date": "2026-07-06T18:49:23.788000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files"
},
{
"cve": "CVE-2026-54283",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-22T18:01:06.194658+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491440"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Starlette where the request.form() method silently ignores configured resource limits (max_fields and max_part_size) when parsing application/x-www-form-urlencoded data. An unauthenticated attacker can exploit this by sending a urlencoded request body with an arbitrarily large number of fields or an oversized field, causing denial of service through resource exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "starlette: Starlette: request.form() limits silently ignored for application/x-www-form-urlencoded enable DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Starlette where the request.form() method silently ignores configured resource limits (max_fields and max_part_size) when parsing application/x-www-form-urlencoded data. An unauthenticated attacker can exploit this by sending a urlencoded request body with an arbitrarily large number of fields or an oversized field, causing denial of service through resource exhaustion. This only affects applications that explicitly call request.form() on urlencoded input; JSON-only APIs and services where Starlette is a transitive dependency not used for form parsing are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54283"
},
{
"category": "external",
"summary": "RHBZ#2491440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54283"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/security/advisories/GHSA-82w8-qh3p-5jfq",
"url": "https://github.com/Kludex/starlette/security/advisories/GHSA-82w8-qh3p-5jfq"
}
],
"release_date": "2026-06-22T16:46:16.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "starlette: Starlette: request.form() limits silently ignored for application/x-www-form-urlencoded enable DoS"
},
{
"cve": "CVE-2026-55379",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-06T20:01:29.922515+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497452"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library\u0027s image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted BDF font file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Pillow Python imaging library. The BDF font file parser passes attacker-controlled dimensions to Image.new() without decompression bomb validation, allowing excessive memory allocation and denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "RHBZ#2497452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497452"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55379"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc"
}
],
"release_date": "2026-07-06T18:52:11.633000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Do not load BDF font files from untrusted sources. Applications that only process standard image formats (PNG, JPEG, etc.) and do not use BdfFontFile or ImageFont.load() with BDF files are not affected.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted BDF font file"
},
{
"cve": "CVE-2026-55380",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-07-06T20:01:42.245051+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A denial-of-service vulnerability was found in Pillow\u0027s GdImageFile plugin. The GdImageFile._open() function reads image dimensions from GD 2.x file headers and stores them without performing a decompression bomb check. A crafted .gd file of approximately 1 KB can trigger an unchecked 4.3 GB C-heap allocation, potentially crashing the process or exhausting memory on systems with insufficient resources. This issue is fixed in Pillow 12.3.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "RHBZ#2497455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55380"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675",
"url": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm"
}
],
"release_date": "2026-07-06T18:50:14.789000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Avoid processing untrusted GD 2.x image files with PIL.GdImageFile.open(). Use Image.open() instead, which includes decompression bomb protections for supported formats. If GdImageFile must be used, validate the image dimensions before calling load(). Restricting accepted image formats at the application boundary to only those explicitly needed can reduce exposure.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file"
},
{
"cve": "CVE-2026-59197",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-07-14T17:01:29.487456+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Native heap out-of-bounds write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow\u0027s RankFilter API is vulnerable to a native heap out-of-bounds write when a caller supplies a very large odd filter size. Expansion runs before size validation and ImagingExpand uses unchecked signed integer arithmetic for output dimensions. A remote attacker who can drive RankFilter with attacker-controlled sizes may crash the process or corrupt heap memory. Fixed in Pillow 12.3.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "RHBZ#2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59197"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1",
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9695",
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
}
],
"release_date": "2026-07-14T16:25:23.520000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Native heap out-of-bounds write"
},
{
"cve": "CVE-2026-59869",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-07-08T16:01:38.408322+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via crafted YAML documents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important. Red Hat products utilizing `js-yaml` to process untrusted YAML input are susceptible to a denial of service, as a remote attacker can provide a crafted document that consumes excessive CPU resources. This is considered Important due to the potential for service disruption without requiring authentication or complex attack vectors.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "RHBZ#2498122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7",
"url": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4",
"url": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m"
}
],
"release_date": "2026-07-08T15:15:54.675000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "To reduce exposure, restrict the processing of untrusted YAML documents by applications that rely on `js-yaml`. Implement robust input validation and sanitization for all YAML data originating from external or untrusted sources. Consider limiting network access to services that parse YAML content to trusted networks or clients through appropriate firewall configurations.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via crafted YAML documents"
},
{
"cve": "CVE-2026-59886",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T17:01:19.689422+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500041"
}
],
"notes": [
{
"category": "description",
"text": "A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in pyasn1, rated as Important, could lead to a denial of service in Red Hat products that process untrusted ASN.1 data. A remote attacker could send a specially crafted BER, CER, or DER encoded REAL value with a large exponent, causing applications to consume excessive resources during decoding operations such as printing, logging, or arithmetic, thereby rendering the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "RHBZ#2500041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500041"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59886",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59886"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886",
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
}
],
"release_date": "2026-07-14T16:38:29.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "When processing untrusted ASN.1 data with pyasn1, avoid calling prettyPrint(), str(), float(), int(), or performing comparisons or arithmetic on decoded Real (ASN.1 REAL type) objects. Instead, inspect the raw (mantissa, base, exponent) tuple directly. Where logging decoded ASN.1 structures is necessary, filter out or sanitize Real-typed values before conversion.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values"
},
{
"cve": "CVE-2026-59939",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-08T20:02:11.756520+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498212"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in httplib2, a Python HTTP client library. This vulnerability allows a malicious or compromised HTTP server to send a small compressed data payload that, when decompressed by httplib2, expands to an extremely large size in memory. This unbounded decompression can lead to a Denial of Service (DoS) by causing the client application to run out of memory and crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httplib2: httplib2: Denial of Service via unbounded decompression of HTTP response bodies",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in `httplib2` allows a remote attacker to trigger a Denial of Service (DoS) in client applications. By sending a specially crafted, compressed HTTP response, a malicious server can cause the client to exhaust its memory due to unbounded decompression, leading to application crashes. This poses a significant risk to Red Hat products that use `httplib2` to process untrusted HTTP content.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59939"
},
{
"category": "external",
"summary": "RHBZ#2498212",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498212"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59939",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59939"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59939",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59939"
},
{
"category": "external",
"summary": "https://github.com/httplib2/httplib2/commit/87581ad6cf752fe3da2090c59058261d2d00a427",
"url": "https://github.com/httplib2/httplib2/commit/87581ad6cf752fe3da2090c59058261d2d00a427"
},
{
"category": "external",
"summary": "https://github.com/httplib2/httplib2/releases/tag/v0.32.0",
"url": "https://github.com/httplib2/httplib2/releases/tag/v0.32.0"
},
{
"category": "external",
"summary": "https://github.com/httplib2/httplib2/security/advisories/GHSA-j5g9-f88f-gfj3",
"url": "https://github.com/httplib2/httplib2/security/advisories/GHSA-j5g9-f88f-gfj3"
}
],
"release_date": "2026-07-08T19:34:05.150000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "httplib2: httplib2: Denial of Service via unbounded decompression of HTTP response bodies"
}
]
}
RHSA-2026:53734
Vulnerability from csaf_redhat - Published: 2026-08-11 17:14 - Updated: 2026-09-05 19:39A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:3d5e780f39f8c43db9a3a874abe982f658597018e534692199d1d3efa1fa9949_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:87a974f9fb639ab3a3c20dc40e1ee88dc4f6cd5ee3f55b4397a99e2c1defd5ca_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:f0f9c298f70edf207f4efa03b5fb51c34886d68deb2dda4ab7dc2ad3e5e0fefe_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": "Red Hat OpenShift Virtualization release v4.21 is now available with updates to packages and images that fix several bugs and add enhancements.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization v4.21 images.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:53734",
"url": "https://access.redhat.com/errata/RHSA-2026:53734"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40898",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_53734.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Virtualization v4.21 Images",
"tracking": {
"current_release_date": "2026-09-05T19:39:26+00:00",
"generator": {
"date": "2026-09-05T19:39:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:53734",
"initial_release_date": "2026-08-11T17:14:33+00:00",
"revision_history": [
{
"date": "2026-08-11T17:14:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-05T19:39:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Container Native Virtualization 4.21",
"product": {
"name": "Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:container_native_virtualization:4.21::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Container Native Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:f0f9c298f70edf207f4efa03b5fb51c34886d68deb2dda4ab7dc2ad3e5e0fefe_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:f0f9c298f70edf207f4efa03b5fb51c34886d68deb2dda4ab7dc2ad3e5e0fefe_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:f0f9c298f70edf207f4efa03b5fb51c34886d68deb2dda4ab7dc2ad3e5e0fefe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-apiserver-proxy-rhel9@sha256%3Af0f9c298f70edf207f4efa03b5fb51c34886d68deb2dda4ab7dc2ad3e5e0fefe?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9\u0026tag=1786125762"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:87a974f9fb639ab3a3c20dc40e1ee88dc4f6cd5ee3f55b4397a99e2c1defd5ca_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:87a974f9fb639ab3a3c20dc40e1ee88dc4f6cd5ee3f55b4397a99e2c1defd5ca_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:87a974f9fb639ab3a3c20dc40e1ee88dc4f6cd5ee3f55b4397a99e2c1defd5ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-apiserver-proxy-rhel9@sha256%3A87a974f9fb639ab3a3c20dc40e1ee88dc4f6cd5ee3f55b4397a99e2c1defd5ca?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9\u0026tag=1786125762"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:3d5e780f39f8c43db9a3a874abe982f658597018e534692199d1d3efa1fa9949_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:3d5e780f39f8c43db9a3a874abe982f658597018e534692199d1d3efa1fa9949_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:3d5e780f39f8c43db9a3a874abe982f658597018e534692199d1d3efa1fa9949_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-apiserver-proxy-rhel9@sha256%3A3d5e780f39f8c43db9a3a874abe982f658597018e534692199d1d3efa1fa9949?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9\u0026tag=1786125762"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:3d5e780f39f8c43db9a3a874abe982f658597018e534692199d1d3efa1fa9949_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:3d5e780f39f8c43db9a3a874abe982f658597018e534692199d1d3efa1fa9949_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:3d5e780f39f8c43db9a3a874abe982f658597018e534692199d1d3efa1fa9949_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:87a974f9fb639ab3a3c20dc40e1ee88dc4f6cd5ee3f55b4397a99e2c1defd5ca_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:87a974f9fb639ab3a3c20dc40e1ee88dc4f6cd5ee3f55b4397a99e2c1defd5ca_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:87a974f9fb639ab3a3c20dc40e1ee88dc4f6cd5ee3f55b4397a99e2c1defd5ca_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:f0f9c298f70edf207f4efa03b5fb51c34886d68deb2dda4ab7dc2ad3e5e0fefe_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:f0f9c298f70edf207f4efa03b5fb51c34886d68deb2dda4ab7dc2ad3e5e0fefe_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:f0f9c298f70edf207f4efa03b5fb51c34886d68deb2dda4ab7dc2ad3e5e0fefe_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-40898",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-04T19:00:56.584166+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in `quic-go` that allows a remote attacker to exhaust system memory by sending specially crafted HTTP/3 trailer fields. This can lead to crashes or resource unavailability in affected Red Hat products utilizing `quic-go` for HTTP/3 communication, impacting both client and server implementations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:3d5e780f39f8c43db9a3a874abe982f658597018e534692199d1d3efa1fa9949_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:87a974f9fb639ab3a3c20dc40e1ee88dc4f6cd5ee3f55b4397a99e2c1defd5ca_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:f0f9c298f70edf207f4efa03b5fb51c34886d68deb2dda4ab7dc2ad3e5e0fefe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "RHBZ#2484875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1",
"url": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9",
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9"
}
],
"release_date": "2026-06-04T17:43:36.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T17:14:33+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": [
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:3d5e780f39f8c43db9a3a874abe982f658597018e534692199d1d3efa1fa9949_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:87a974f9fb639ab3a3c20dc40e1ee88dc4f6cd5ee3f55b4397a99e2c1defd5ca_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:f0f9c298f70edf207f4efa03b5fb51c34886d68deb2dda4ab7dc2ad3e5e0fefe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53734"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:3d5e780f39f8c43db9a3a874abe982f658597018e534692199d1d3efa1fa9949_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:87a974f9fb639ab3a3c20dc40e1ee88dc4f6cd5ee3f55b4397a99e2c1defd5ca_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:f0f9c298f70edf207f4efa03b5fb51c34886d68deb2dda4ab7dc2ad3e5e0fefe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:3d5e780f39f8c43db9a3a874abe982f658597018e534692199d1d3efa1fa9949_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:87a974f9fb639ab3a3c20dc40e1ee88dc4f6cd5ee3f55b4397a99e2c1defd5ca_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:f0f9c298f70edf207f4efa03b5fb51c34886d68deb2dda4ab7dc2ad3e5e0fefe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers"
}
]
}
RHSA-2026:62260
Vulnerability from csaf_redhat - Published: 2026-09-01 18:22 - Updated: 2026-09-05 21:43A flaw was found in Netty where malformed client requests can trigger server-side stream resets without triggering abuse counters. This issue, referred to as the "MadeYouReset" attack, allows malicious clients to induce excessive server workload by repeatedly causing server-side stream aborts. While not a protocol bug, this highlights a common implementation weakness that can be exploited to cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in curl. When a new data transfer attempts to upgrade its connection using STARTTLS, it may incorrectly reuse an existing live connection. This reuse can occur even if the Transport Layer Security (TLS) configuration of the new transfer does not match the existing connection, potentially leading to an insecure connection being established.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in the shell-quote component. The quote() function did not properly validate object-token inputs, allowing line terminators to pass unescaped into the output. A remote attacker could exploit this vulnerability by providing specially crafted input, which a POSIX shell would interpret as a command separator. This could lead to command injection, enabling the attacker to execute arbitrary code on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in curl. When a libcurl-based application uses SCP:// or SFTP:// for transfers and employs the CURLOPT_SSH_KEYFUNCTION callback, it may silently accept an untrusted server. This occurs if the server's host key type differs from the one stored in the known_hosts file. The callback mechanism fails to enforce the host key restriction, enabling a connection to an untrusted server and risking a man-in-the-middle attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Eclipse Parsson. The JSON parser did not enforce a default maximum on the number of characters consumed while processing a single JSON document. A remote attacker could exploit this by providing a very large, specially crafted JSON document. This could force applications to consume excessive CPU and memory, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in Eclipse Jetty, a widely used web server and servlet container. This vulnerability affects its HTTP Digest authentication mechanism, which is used to verify user identities. The issue arises because Jetty's hash computation for passwords does not correctly handle certain characters, leading to a weakness in how passwords are processed. A remote attacker could exploit this by crafting a specific password that generates the same internal hash as a legitimate user's password, thereby bypassing authentication and gaining unauthorized access to the victim's account.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Eclipse Jetty. This vulnerability allows a remote attacker to cause the server to retain HTTP/1.1 request trailers from a prior connection. Consequently, subsequent requests made over the same connection may unintentionally disclose information by reporting the previously retained trailers, or a combination of previous and current request trailers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in form-data, a library for creating readable multipart/form-data streams. A remote attacker can exploit this vulnerability by injecting carriage return (CR), line feed (LF), or double-quote (") characters into the `field` argument of `FormData#append` or the `filename` option. This allows the attacker to inject additional headers or smuggle entire additional multipart parts into requests, potentially enabling them to add or override form fields and compromise data integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in undici. A malicious WebSocket server can exploit this by streaming numerous small or empty continuation frames. This can bypass per-frame and cumulative-size validation, leading to unbounded memory growth in the client process. The primary consequence is memory exhaustion, resulting in a denial of service (DoS) for affected applications using the undici WebSocket client or WebSocketStream API.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Eclipse Vert.x. The `DefaultRedirectHandler` in `vertx-core` improperly handles HTTP 30x redirects by propagating all request headers, including sensitive authentication and session credentials, to cross-origin redirect destinations. An attacker can exploit this by redirecting a Vert.x HttpClient request to a malicious host. This allows the attacker to capture sensitive information such as bearer tokens, basic authentication credentials, session cookies, and API keys, leading to unauthorized access or further attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Eclipse Vert.x Web Client. The WebClientSession component does not properly validate the Domain attribute of a Set-Cookie response header against the originating server's domain. This vulnerability allows a remote attacker to inject a cookie scoped to an arbitrary third-party domain. When the victim application subsequently sends a request to the targeted domain, the injected cookie is presented, potentially leading to information disclosure and unauthorized access to sensitive data through the attacker's account on that service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/net/html. When arbitrary HTML is parsed and then rendered, it can result in an unexpected HTML tree. This allows an attacker to bypass HTML sanitization mechanisms, leading to Cross-Site Scripting (XSS) attacks in applications. Such attacks can result in information disclosure or arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. The Verify() method, responsible for FIDO/U2F security key types, did not properly check for user presence. This allowed signatures to be accepted without requiring a physical touch on the hardware security key. As a result, an attacker could potentially use a hardware security key in an unattended manner, bypassing a critical security control designed to ensure user intent.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in golang.org/x/crypto/ssh. SSH servers configured to use CertChecker as a public key callback, without explicitly setting IsUserAuthority or IsHostAuthority, are vulnerable. A remote attacker can exploit this by presenting a specially crafted certificate, causing the server to panic and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Micrometer. A remote attacker can provide specially crafted gRPC (gRPC Remote Procedure Call) requests, which may lead to a denial-of-service (DoS) condition. This vulnerability allows an attacker to disrupt the availability of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Micrometer. A remote attacker can provide specially crafted HTTP requests, which may lead to a denial-of-service (DoS) condition. This vulnerability allows an attacker to disrupt the availability of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in protobufjs, a JavaScript (JS) library used for compiling protobuf definitions. A remote attacker with low privileges can exploit this vulnerability by injecting arbitrary code into the "type" fields of protobuf definitions. This malicious code will then execute during the object decoding process, leading to arbitrary code execution and potentially full system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Spring Data Commons. A remote attacker can exploit this vulnerability by providing specially crafted property path strings to the MappingContext property path resolution. This can lead to resource exhaustion, resulting in a denial of service (DoS) for affected applications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Spring Data Commons. An attacker can exploit this vulnerability by sending repeated requests with specially crafted strings, which are then permanently retained in the internal property-lookup cache. This can lead to heap exhaustion, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as prototype pollution, allows an attacker to inject malicious properties into core JavaScript objects. When another component in the same application environment is compromised and pollutes the system's object prototype, Axios can unknowingly use these manipulated values in its outbound network requests. This could lead to the disclosure of sensitive information or the alteration of network communications, compromising data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in tmp, a temporary file and directory creator for Node.js. This path traversal vulnerability allows an attacker to escape the intended temporary directory. By providing specially crafted input to the prefix, postfix or dir options, an attacker can create files outside the designated temporary directory. This could lead to unauthorized file creation at attacker-controlled locations with the privileges of the running process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in the brace-expansion library. This vulnerability allows an attacker to cause a Denial of Service (DoS) by providing a large numeric range for expansion. The library allocates excessive memory to generate all intermediate elements before applying the maximum limit, leading to high memory consumption and potential application crashes. This can impact the availability of systems using the library.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Netty, a network application framework. A remote attacker can exploit this vulnerability by sending a crafted TLS (Transport Layer Security) ClientHello message. This can lead to an eager allocation of a large memory buffer, causing a Denial of Service (DoS) due to excessive memory consumption. The issue occurs in the `SslClientHelloHandler.decode()` method when processing the TLS handshake length.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in PostCSS, a tool that processes CSS files. An attacker who provides specially crafted CSS input containing a malicious source map comment can cause the system to read arbitrary files from the local filesystem. This can lead to the disclosure of sensitive information, specifically the first few bytes of file content. Additionally, this vulnerability may be exploited to cause a Denial of Service (DoS) by targeting large files, making the system unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in Netty's DnsResolveContext. This vulnerability allows a remote attacker to achieve information disclosure or data manipulation by crafting malicious DNS responses. The flaw occurs because the DnsResolveContext fails to validate the origin (bailiwick) of CNAME records in DNS responses, which could enable an attacker to redirect network traffic or intercept sensitive data from affected applications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in the `@nevware21/ts-utils` library. This vulnerability allows a remote attacker to manipulate the fundamental properties of objects within an application. By exploiting this, an attacker could potentially execute unauthorized code, leading to a complete compromise of the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Netty's `DnsResolveContext`. An attacker controlling an authoritative name server for a subdomain can exploit this vulnerability by providing crafted NS records that are insufficiently validated. This allows the attacker to poison the DNS cache for parent domains, bypassing standard bailiwick rules. Consequently, future DNS resolutions for the affected parent domain will use the poisoned cache, potentially redirecting users to malicious servers and leading to information disclosure or integrity compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This vulnerability exists in the StripPrefix middleware, allowing an unauthenticated attacker to bypass route-level authentication and authorization. By crafting a request path containing '..' or its percent-encoded form, an attacker can access protected backend paths, such as administrative or internal configuration endpoints, without proper authentication. This could lead to unauthorized information disclosure or modification of sensitive settings.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in @grpc/grpc-js, a pure JavaScript gRPC client and server library. An invalid incoming HTTP/2 stream initiation can cause a server process to crash. This vulnerability affects all servers created using @grpc/grpc-js, and no workaround is available. An unauthenticated remote attacker can exploit this to cause a denial of service by sending a malformed HTTP/2 stream to a gRPC server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This vulnerability allows an unauthenticated client to bypass mutual Transport Layer Security (TLS) enforcement, a security measure that verifies both client and server identities. The bypass occurs due to an issue in Traefik's domain-fronting protection (SNICheck), which incorrectly processes TLS options for HTTP Host headers. As a result, an attacker can gain unauthorized access to protected backend services without presenting a required client certificate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in DOMPurify, a tool designed to sanitize HTML, MathML, and SVG to prevent cross-site scripting (XSS) attacks. When performing in-place sanitization, DOMPurify could fail to properly process content within shadow DOM elements attached to a `<template>.content`. This oversight allows an attacker to embed malicious code, such as JavaScript, which could then execute when the sanitized template is used by an application, potentially leading to unauthorized actions or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in Netty, a network application framework. This vulnerability allows a remote attacker to bypass hostname verification due to improper handling of user-supplied trust managers. When a client is configured with a plain X.509 Trust Manager (X509TrustManager), it fails to perform necessary hostname checks, enabling an attacker to impersonate a legitimate server. This could lead to sensitive information disclosure or man-in-the-middle attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in jackson-databind, a general-purpose data-binding library for Jackson Data Processor. A remote attacker can exploit this vulnerability by sending deeply nested JSON (JavaScript Object Notation) data to a service that reads and processes it. This can lead to a Denial of Service (DoS) by consuming significant system resources, making the service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in containerd, an open-source container runtime. The Container Runtime Interface (CRI) plugin, which manages container operations, fails to validate labels propagated from an image configuration to a container. This oversight could enable an attacker to execute arbitrary commands on the host system through a plugin that processes these unvalidated labels. The primary impact is host-root command execution, allowing unauthorized control over the underlying system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in containerd, an open-source container runtime. The Container Runtime Interface (CRI) implementation, which allows Kubernetes to interact with container runtimes, improperly trusts Container Device Interface (CDI) annotations found within untrusted checkpoint image metadata during container restoration. This vulnerability enables a user with permissions to create pods to bypass standard Kubernetes resource allocation and device plugin enforcement. Consequently, an attacker can inject arbitrary CDI edits, such as device nodes and host mounts, into the restored container, potentially leading to unauthorized resource access or privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This critical vulnerability in Traefik's HTTP/3 (QUIC) TLS configuration selection allows unauthenticated clients to bypass router-specific mutual Transport Layer Security (mTLS) enforcement. When HTTP/3 is enabled and a router uses wildcard host rules or case-insensitive hostname matching with client certificate authentication, an attacker can complete the QUIC handshake without presenting a certificate. This bypass grants unauthorized access to a backend that should be protected by mTLS.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Apache HttpComponents Core. This uncontrolled resource consumption vulnerability in the HTTP/1.1 message parser allows a remote attacker to cause a denial of service through memory exhaustion. This can be triggered by sending messages with an excessive number of headers or excessive header length.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Apache HttpComponents Core. This vulnerability, located in the HTTP/2 HPACK decoder, allows a remote attacker to cause a denial of service. By sending oversized compressed header blocks, an attacker can exhaust memory resources before the system's configured header list size limit is applied. This can lead to the affected system becoming unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in jackson-databind. This vulnerability allows a remote attacker to bypass the PolymorphicTypeValidator (PTV) when polymorphic typing is enabled and a type identifier contains generic parameters. By crafting a malicious type ID, an attacker can place a denied class as a generic type parameter of an allowed container. This leads to the loading and instantiation of arbitrary classes, potentially resulting in arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in jackson-databind, a library used for processing data. This vulnerability allows an attacker to bypass security controls designed to validate data types. By sending specially crafted input, an attacker can force the system to process untrusted data, which may lead to the execution of malicious code. This could result in a complete compromise of the affected system, impacting its confidentiality, integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. The BasicAuth, DigestAuth, and ForwardAuth middlewares in Traefik do not correctly treat underscore-variant header names. This allows a remote attacker to inject a specially crafted header that bypasses Traefik's security mechanisms. As a result, the attacker can spoof identity or authorization context to the backend, potentially gaining unauthorized access to protected resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in Netty, a network application framework. A remote attacker, by sending a specially crafted SPDY/3.1 SETTINGS frame, could cause the SPDY SETTINGS decoder to create a large number of map entries. This excessive processing and memory allocation can lead to a denial of service (DoS) due to heap growth and increased CPU usage.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Netty, a network application framework. A remote attacker could exploit a vulnerability in the SPDY header decoding process. By sending a specially crafted, small compressed header block, the attacker can cause it to expand significantly during decompression, leading to excessive CPU usage and memory allocation. This can result in a denial of service (DoS) due to resource exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Netty. A remote attacker can exploit a vulnerability in the `SpdyHttpDecoder` handler of Netty's SPDY-to-HTTP codec. When processing a client-initiated `SYN_STREAM` frame, the decoder fails to release allocated memory if the stream is reset or content limits are exceeded. This oversight leads to native memory exhaustion, which can result in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in Netty, a network application framework. A remote attacker can bypass security controls in the `CorsHandler` component by sending a specially crafted request with a null origin header. This bypasses the intended access restrictions, allowing unauthorized requests to reach the backend application. This could lead to a compromise of data integrity by allowing unauthorized actions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Netty, a network application framework. A remote, unauthenticated attacker can exploit this vulnerability by sending specially crafted HTTP/2 DATA frames to applications that use Netty and have HTTP/2 content decompression enabled. This can lead to memory exhaustion, causing the application to crash and resulting in a Denial of Service (DoS). The issue occurs because the framework fails to release retained memory buffers when processing DATA frames for a stream whose decompressor has already been closed.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Micrometer's StatsD and Logging meter registries. This vulnerability allows a remote attacker to inject line terminators into metric data, such as names or tag values, due to insufficient sanitization of untrusted input. Exploitation can lead to the spoofing of arbitrary metrics, including critical system or business metrics, and the injection of false log entries, potentially impacting monitoring and auditing systems.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in node-tar, a tar archive manipulation library for Node.js. This vulnerability allows a remote attacker to craft a small gzip bomb, which, when processed, can lead to the exhaustion of disk space and CPU resources. This occurs because node-tar does not enforce strict limits on the total decompressed data, the number of entries, or the decompression ratio during extraction and parsing. The primary impact is a Denial of Service (DoS), making the affected system or application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could exploit this vulnerability by providing a specially crafted tar archive with a negative entry size in its header. This malformed header causes the archive scanner to enter an infinite loop, repeatedly parsing the same header and preventing further processing. This can lead to a denial of service (DoS) condition, making the affected system or application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in protobufjs, a JavaScript (JS) library for compiling protobuf definitions. A remote attacker could exploit this vulnerability by providing a specially crafted .proto schema. This schema, designed to prematurely end an option declaration, can cause the library's parsing functions to loop indefinitely. This leads to a Denial of Service (DoS), making the affected system unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in jackson-databind. When Java Records use a PropertyNamingStrategy, an attacker can bypass the @JsonIgnore annotation during deserialization. This allows a renamed JSON key to be assigned to a Record constructor parameter, even if it was intended to be ignored. Consequently, an untrusted client could set internal or privileged components from external input, potentially leading to unauthorized modification or disclosure of sensitive data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in the Netty netty-codec-http component. A remote attacker can send HTTP requests containing highly compressed data. The HTTP decoder in netty-codec-http fails to properly limit the decompression of this content, causing the system to consume excessive memory. This can lead to memory exhaustion and a denial of service (DoS), making the service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Traefik. An unauthenticated remote attacker can bypass authentication due to a path traversal vulnerability in the ReplacePathRegex middleware. When this middleware is misconfigured, it forwards un-normalized paths, allowing a backend to resolve them to protected routes and grant unauthorized access. This bypass enables access to sensitive administrative interfaces.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in Traefik, a cloud-native edge router. A low-privileged user in a Kubernetes environment could exploit a namespace confusion vulnerability within the Kubernetes Gateway API provider. This flaw allows an attacker to bypass security controls by incorrectly binding a Traefik Middleware from a different namespace, potentially leading to the injection of trusted identity headers into network requests. This could result in unauthorized access or privilege escalation within the Kubernetes cluster.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in nanoid (Nano ID), a small, secure, and URL-friendly unique string ID generator. An attacker could exploit this vulnerability by providing a zero-size input to the customAlphabet or customRandom functions. This would cause an infinite loop, leading to a denial of service (DoS) condition by hanging the application's calling thread.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in nanoid (Nano ID), a JavaScript library used for generating unique identifiers. This vulnerability allows an attacker to cause a Denial of Service (DoS) by providing a negative size input to the customAlphabet or nanoid functions within the library's non-secure module. When a negative size is provided, these functions enter an infinite loop, causing the application to hang indefinitely and disrupting service availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in jackson-core. A remote attacker can exploit an incomplete fix in the non-blocking JSON parser by streaming specially crafted JSON data in small chunks. This bypasses the intended number length constraint, causing the parser to accumulate excessive memory per connection. This uncontrolled memory growth can lead to a denial of service (DoS) by exhausting the Java Virtual Machine (JVM) heap.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in the brace-expansion library. The `expand()` function does not apply `maxLength` when constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop, resulting in a denial of service. This issue is due to an incomplete mitigation of CVE-2026-14257.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in PostCSS. A remote attacker can exploit this vulnerability by providing a specially crafted sourceMappingURL when a specific configuration (the 'from' parameter) is not set. This can cause the application to read and expose unintended source-map files, potentially revealing sensitive information about the application's source code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in nanoid, a JavaScript library for generating unique string IDs. A remote attacker could exploit an integer overflow vulnerability by providing a specific input to the `nanoid(size)` function. This issue causes the internal random number generator to become predictable, leading to the generation of identical identifiers for session tokens, security tokens (Cross-Site Request Forgery (CSRF) tokens), and API keys. Such predictability could allow an attacker to bypass security measures that rely on unique and random identifiers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could provide a specially crafted tar archive with a long-path header. When processing this archive with a non-empty member-selection list, an uncontrolled recursion in the `filesFilter` function can lead to a stack overflow. This issue results in a denial of service (DoS) by terminating Node.js applications that consume these archives.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in PostCSS. An attacker can exploit a path traversal vulnerability by providing specially crafted `sourceMappingURL` values in untrusted CSS files. This allows the attacker to disclose sensitive `sourcesContent` from arbitrary `.map` files accessible on the system, leading to information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in DOMPurify. This cross-site scripting vulnerability occurs during IN_PLACE sanitization, where element-removal hooks fail to neutralize detached subtrees. A remote attacker can exploit this by supplying specially crafted HTML with event handlers. This allows the execution of malicious scripts even after the HTML appears to be sanitized, leading to potential information disclosure or unauthorized actions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Dev Spaces 3.30.0 has been released.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Dev Spaces provides a cloud developer workspace server and a browser-based IDE built for teams and organizations. Dev Spaces runs in OpenShift and is well-suited for container-based development. \nThe 3.30 release is based on Eclipse Che 7.121 and uses the DevWorkspace engine to provide support for workspaces based on devfile v2.1 and v2.2. \nUsers still using the v1 standard should migrate as soon as possible. \nhttps://devfile.io/docs/2.2.0/migrating-to-devfile-v2 \nDev Spaces supports OpenShift EUS releases v4.16 and higher. Users are expected to update to supported OpenShift releases in order to continue to get Dev Spaces updates. \nhttps://access.redhat.com/support/policy/updates/openshift#crw",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:62260",
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.30/html/administration_guide/installing-devspaces",
"url": "https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.30/html/administration_guide/installing-devspaces"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-55163",
"url": "https://access.redhat.com/security/cve/CVE-2025-55163"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-10050",
"url": "https://access.redhat.com/security/cve/CVE-2026-10050"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-10051",
"url": "https://access.redhat.com/security/cve/CVE-2026-10051"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-12143",
"url": "https://access.redhat.com/security/cve/CVE-2026-12143"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-12151",
"url": "https://access.redhat.com/security/cve/CVE-2026-12151"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-13149",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-15075",
"url": "https://access.redhat.com/security/cve/CVE-2026-15075"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-15076",
"url": "https://access.redhat.com/security/cve/CVE-2026-15076"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27136",
"url": "https://access.redhat.com/security/cve/CVE-2026-27136"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39820",
"url": "https://access.redhat.com/security/cve/CVE-2026-39820"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39831",
"url": "https://access.redhat.com/security/cve/CVE-2026-39831"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39835",
"url": "https://access.redhat.com/security/cve/CVE-2026-39835"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40898",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40983",
"url": "https://access.redhat.com/security/cve/CVE-2026-40983"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40984",
"url": "https://access.redhat.com/security/cve/CVE-2026-40984"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41242",
"url": "https://access.redhat.com/security/cve/CVE-2026-41242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41695",
"url": "https://access.redhat.com/security/cve/CVE-2026-41695"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41716",
"url": "https://access.redhat.com/security/cve/CVE-2026-41716"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42264",
"url": "https://access.redhat.com/security/cve/CVE-2026-42264"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42499",
"url": "https://access.redhat.com/security/cve/CVE-2026-42499"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44705",
"url": "https://access.redhat.com/security/cve/CVE-2026-44705"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-45149",
"url": "https://access.redhat.com/security/cve/CVE-2026-45149"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-45416",
"url": "https://access.redhat.com/security/cve/CVE-2026-45416"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-45623",
"url": "https://access.redhat.com/security/cve/CVE-2026-45623"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-45674",
"url": "https://access.redhat.com/security/cve/CVE-2026-45674"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-46597",
"url": "https://access.redhat.com/security/cve/CVE-2026-46597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-46681",
"url": "https://access.redhat.com/security/cve/CVE-2026-46681"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-47691",
"url": "https://access.redhat.com/security/cve/CVE-2026-47691"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48020",
"url": "https://access.redhat.com/security/cve/CVE-2026-48020"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48068",
"url": "https://access.redhat.com/security/cve/CVE-2026-48068"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48491",
"url": "https://access.redhat.com/security/cve/CVE-2026-48491"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-49978",
"url": "https://access.redhat.com/security/cve/CVE-2026-49978"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50010",
"url": "https://access.redhat.com/security/cve/CVE-2026-50010"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50193",
"url": "https://access.redhat.com/security/cve/CVE-2026-50193"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-53488",
"url": "https://access.redhat.com/security/cve/CVE-2026-53488"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-53492",
"url": "https://access.redhat.com/security/cve/CVE-2026-53492"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-53622",
"url": "https://access.redhat.com/security/cve/CVE-2026-53622"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54399",
"url": "https://access.redhat.com/security/cve/CVE-2026-54399"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54428",
"url": "https://access.redhat.com/security/cve/CVE-2026-54428"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54512",
"url": "https://access.redhat.com/security/cve/CVE-2026-54512"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54513",
"url": "https://access.redhat.com/security/cve/CVE-2026-54513"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54763",
"url": "https://access.redhat.com/security/cve/CVE-2026-54763"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55831",
"url": "https://access.redhat.com/security/cve/CVE-2026-55831"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55833",
"url": "https://access.redhat.com/security/cve/CVE-2026-55833"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56745",
"url": "https://access.redhat.com/security/cve/CVE-2026-56745"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56746",
"url": "https://access.redhat.com/security/cve/CVE-2026-56746"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56819",
"url": "https://access.redhat.com/security/cve/CVE-2026-56819"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59296",
"url": "https://access.redhat.com/security/cve/CVE-2026-59296"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59869",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59873",
"url": "https://access.redhat.com/security/cve/CVE-2026-59873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59874",
"url": "https://access.redhat.com/security/cve/CVE-2026-59874"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59877",
"url": "https://access.redhat.com/security/cve/CVE-2026-59877"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59888",
"url": "https://access.redhat.com/security/cve/CVE-2026-59888"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59899",
"url": "https://access.redhat.com/security/cve/CVE-2026-59899"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-65600",
"url": "https://access.redhat.com/security/cve/CVE-2026-65600"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-65601",
"url": "https://access.redhat.com/security/cve/CVE-2026-65601"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-67213",
"url": "https://access.redhat.com/security/cve/CVE-2026-67213"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-67214",
"url": "https://access.redhat.com/security/cve/CVE-2026-67214"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-68494",
"url": "https://access.redhat.com/security/cve/CVE-2026-68494"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-69152",
"url": "https://access.redhat.com/security/cve/CVE-2026-69152"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-69153",
"url": "https://access.redhat.com/security/cve/CVE-2026-69153"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73086",
"url": "https://access.redhat.com/security/cve/CVE-2026-73086"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73566",
"url": "https://access.redhat.com/security/cve/CVE-2026-73566"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73646",
"url": "https://access.redhat.com/security/cve/CVE-2026-73646"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-75838",
"url": "https://access.redhat.com/security/cve/CVE-2026-75838"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-8286",
"url": "https://access.redhat.com/security/cve/CVE-2026-8286"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-9277",
"url": "https://access.redhat.com/security/cve/CVE-2026-9277"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-9547",
"url": "https://access.redhat.com/security/cve/CVE-2026-9547"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-9563",
"url": "https://access.redhat.com/security/cve/CVE-2026-9563"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_62260.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Dev Spaces 3.30.0 Release.",
"tracking": {
"current_release_date": "2026-09-05T21:43:40+00:00",
"generator": {
"date": "2026-09-05T21:43:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:62260",
"initial_release_date": "2026-09-01T18:22:22+00:00",
"revision_history": [
{
"date": "2026-09-01T18:22:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-05T21:43:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Dev Spaces 3.30",
"product": {
"name": "Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_devspaces:3.30::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Dev Spaces"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3A8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=1787762793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3A803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/code-sshd-rhel9\u0026tag=1787762385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3A14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=1787756267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3A08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=1787760821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3A7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=1787686214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/jetbrains-ide-rhel9\u0026tag=1787761748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3Af7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/multicluster-redirector-rhel9\u0026tag=1787764643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"product": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"product_id": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oauth2-proxy-rhel9@sha256%3A98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/oauth2-proxy-rhel9\u0026tag=1787756367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3A560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/openvsx-rhel9\u0026tag=1787759145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3A562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=1787756322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"product_id": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256%3A3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=1787781541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3A121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=1787759723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=1787757597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3A38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=1787756799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3Aee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=1787764814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3A4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel10\u0026tag=1787761537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3A1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=1787761882"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3A5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=1787762793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3Aaf4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/code-sshd-rhel9\u0026tag=1787762385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3Ab2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=1787756267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3A6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=1787760821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3A130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=1787686214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/jetbrains-ide-rhel9\u0026tag=1787761748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3A99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/multicluster-redirector-rhel9\u0026tag=1787764643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"product": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"product_id": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oauth2-proxy-rhel9@sha256%3Aaf08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/oauth2-proxy-rhel9\u0026tag=1787756367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3Aa4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/openvsx-rhel9\u0026tag=1787759145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3Ad98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=1787756322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3A7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=1787759723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=1787757597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3Ab338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=1787756799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3Abde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=1787764814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3Ab0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel10\u0026tag=1787761537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3A6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=1787761882"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3A37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=1787762793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3A5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/code-sshd-rhel9\u0026tag=1787762385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3A0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=1787756267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3A467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=1787760821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3Ac722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=1787686214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/jetbrains-ide-rhel9\u0026tag=1787761748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3A10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/multicluster-redirector-rhel9\u0026tag=1787764643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"product_id": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oauth2-proxy-rhel9@sha256%3A122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/oauth2-proxy-rhel9\u0026tag=1787756367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3A61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/openvsx-rhel9\u0026tag=1787759145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3Acd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=1787756322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3Af74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=1787759723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=1787757597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3A8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=1787756799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3A3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=1787764814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3A4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel10\u0026tag=1787761537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3Aeaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=1787761882"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3Ae576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=1787762793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3Abce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/code-sshd-rhel9\u0026tag=1787762385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3Ab3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=1787756267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3Aca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=1787760821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3A5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=1787686214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/jetbrains-ide-rhel9\u0026tag=1787761748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3Af69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/multicluster-redirector-rhel9\u0026tag=1787764643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"product": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"product_id": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oauth2-proxy-rhel9@sha256%3A8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/oauth2-proxy-rhel9\u0026tag=1787756367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3Ab73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/openvsx-rhel9\u0026tag=1787759145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3A5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=1787756322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3A9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=1787759723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=1787757597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3Aba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=1787756799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3A2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=1787764814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3A1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel10\u0026tag=1787761537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3A67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=1787761882"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64"
},
"product_reference": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64"
},
"product_reference": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x"
},
"product_reference": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-55163",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-08-13T15:01:55.372237+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2388252"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty where malformed client requests can trigger server-side stream resets without triggering abuse counters. This issue, referred to as the \"MadeYouReset\" attack, allows malicious clients to induce excessive server workload by repeatedly causing server-side stream aborts. While not a protocol bug, this highlights a common implementation weakness that can be exploited to cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: netty-codec-http2: Netty MadeYouReset HTTP/2 DDoS Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated with an Important severity. It is simple to exploit because it does not require authentication and could result in a denial of service (DoS). While some DoS flaws are classified as Moderate, \u201cMadeYouReset\u201d is Important because of the limited barriers (no specialized tooling or advanced scripting) to exploitation, which directly impacts service availability. The vulnerability arises from an implementation weakness in HTTP/2 stream reset handling \u2014 malformed client requests can trigger server-side resets without incrementing abuse counters, allowing an attacker to bypass built-in request throttling and overhead limits. Since these resets consume CPU and memory resources and can be generated at scale over a single TCP/TLS connection, a remote attacker could exhaust server capacity quickly, impacting all legitimate clients.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-55163"
},
{
"category": "external",
"summary": "RHBZ#2388252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2388252"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-55163",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55163"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-prj3-ccx8-p6x4",
"url": "https://github.com/netty/netty/security/advisories/GHSA-prj3-ccx8-p6x4"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/767506",
"url": "https://kb.cert.org/vuls/id/767506"
}
],
"release_date": "2025-08-13T14:17:36.111000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty: netty-codec-http2: Netty MadeYouReset HTTP/2 DDoS Vulnerability"
},
{
"cve": "CVE-2026-8286",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-07-03T07:01:27.043110+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496763"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When a new data transfer attempts to upgrade its connection using STARTTLS, it may incorrectly reuse an existing live connection. This reuse can occur even if the Transport Layer Security (TLS) configuration of the new transfer does not match the existing connection, potentially leading to an insecure connection being established.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: curl: Insecure connection establishment due to TLS configuration mismatch",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw as `curl` may establish an insecure connection when attempting to upgrade a transfer with STARTTLS, potentially reusing an existing connection with mismatched TLS configurations. This could lead to unexpected data exposure or compromise, particularly in environments where `curl` is used for sensitive data transfers and relies on STARTTLS for security.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-8286"
},
{
"category": "external",
"summary": "RHBZ#2496763",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496763"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-8286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-8286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-8286"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-8286.html",
"url": "https://curl.se/docs/CVE-2026-8286.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-8286.json",
"url": "https://curl.se/docs/CVE-2026-8286.json"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3718195",
"url": "https://hackerone.com/reports/3718195"
}
],
"release_date": "2026-07-03T06:14:17.541000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "curl: curl: Insecure connection establishment due to TLS configuration mismatch"
},
{
"cve": "CVE-2026-9277",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-05-22T14:01:14.427751+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480741"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the shell-quote component. The quote() function did not properly validate object-token inputs, allowing line terminators to pass unescaped into the output. A remote attacker could exploit this vulnerability by providing specially crafted input, which a POSIX shell would interpret as a command separator. This could lead to command injection, enabling the attacker to execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "shell-quote: shell-quote: Arbitrary code execution via command injection due to unescaped line terminators",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9277"
},
{
"category": "external",
"summary": "RHBZ#2480741",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480741"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9277"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9277",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9277"
},
{
"category": "external",
"summary": "https://github.com/ljharb/shell-quote",
"url": "https://github.com/ljharb/shell-quote"
},
{
"category": "external",
"summary": "https://github.com/ljharb/shell-quote/commit/1518179",
"url": "https://github.com/ljharb/shell-quote/commit/1518179"
},
{
"category": "external",
"summary": "https://github.com/ljharb/shell-quote/security/advisories/GHSA-w7jw-789q-3m8p",
"url": "https://github.com/ljharb/shell-quote/security/advisories/GHSA-w7jw-789q-3m8p"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/shell-quote",
"url": "https://www.npmjs.com/package/shell-quote"
}
],
"release_date": "2026-05-22T13:22:38.873000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "shell-quote: shell-quote: Arbitrary code execution via command injection due to unescaped line terminators"
},
{
"cve": "CVE-2026-9547",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-07-03T07:01:12.182841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496758"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When a libcurl-based application uses SCP:// or SFTP:// for transfers and employs the CURLOPT_SSH_KEYFUNCTION callback, it may silently accept an untrusted server. This occurs if the server\u0027s host key type differs from the one stored in the known_hosts file. The callback mechanism fails to enforce the host key restriction, enabling a connection to an untrusted server and risking a man-in-the-middle attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: curl: Man-in-the-middle attack via SSH host key bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw where libcurl-based applications performing SCP or SFTP transfers with the CURLOPT_SSH_KEYFUNCTION callback may silently accept an untrusted server. This occurs when a server presents a host key type that differs from the one recorded in the known_hosts file, bypassing a critical host key verification and enabling potential man-in-the-middle attacks. The vulnerability requires specific application callback usage, not a general curl client default.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9547"
},
{
"category": "external",
"summary": "RHBZ#2496758",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496758"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9547",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9547"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-9547.html",
"url": "https://curl.se/docs/CVE-2026-9547.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-9547.json",
"url": "https://curl.se/docs/CVE-2026-9547.json"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3751712",
"url": "https://hackerone.com/reports/3751712"
}
],
"release_date": "2026-07-03T06:18:44.499000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "curl: curl: Man-in-the-middle attack via SSH host key bypass"
},
{
"cve": "CVE-2026-9563",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-02T09:01:05.254548+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496411"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Parsson. The JSON parser did not enforce a default maximum on the number of characters consumed while processing a single JSON document. A remote attacker could exploit this by providing a very large, specially crafted JSON document. This could force applications to consume excessive CPU and memory, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.eclipse.parsson/parsson: Eclipse Parsson: Denial of Service via uncontrolled resource consumption in JSON parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in Eclipse Parsson, a JSON processing library. Applications within Red Hat products that parse untrusted or attacker-controlled JSON documents are susceptible to excessive CPU and memory consumption. This can lead to resource exhaustion and service unavailability due to the parser not enforcing limits on the size or complexity of JSON input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9563"
},
{
"category": "external",
"summary": "RHBZ#2496411",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496411"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9563",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9563"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9563",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9563"
},
{
"category": "external",
"summary": "https://github.com/eclipse-ee4j/parsson/commit/134e8d101aa74c8b9302d0cb62f6ccb4912a9d0c",
"url": "https://github.com/eclipse-ee4j/parsson/commit/134e8d101aa74c8b9302d0cb62f6ccb4912a9d0c"
},
{
"category": "external",
"summary": "https://github.com/eclipse-ee4j/parsson/pull/169",
"url": "https://github.com/eclipse-ee4j/parsson/pull/169"
},
{
"category": "external",
"summary": "https://github.com/eclipse-ee4j/parsson/tree/1.1.8",
"url": "https://github.com/eclipse-ee4j/parsson/tree/1.1.8"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/vulnerability-reports/-/work_items/444",
"url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/work_items/444"
},
{
"category": "external",
"summary": "https://repo.maven.apache.org/maven2/org/eclipse/parsson/parsson/1.1.8/",
"url": "https://repo.maven.apache.org/maven2/org/eclipse/parsson/parsson/1.1.8/"
}
],
"release_date": "2026-07-02T07:33:25.218000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.eclipse.parsson/parsson: Eclipse Parsson: Denial of Service via uncontrolled resource consumption in JSON parsing"
},
{
"cve": "CVE-2026-10050",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-07-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2510732"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Jetty, a widely used web server and servlet container. This vulnerability affects its HTTP Digest authentication mechanism, which is used to verify user identities. The issue arises because Jetty\u0027s hash computation for passwords does not correctly handle certain characters, leading to a weakness in how passwords are processed. A remote attacker could exploit this by crafting a specific password that generates the same internal hash as a legitimate user\u0027s password, thereby bypassing authentication and gaining unauthorized access to the victim\u0027s account.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jetty-security: Eclipse Jetty: Authentication bypass via Digest authentication encoding collision",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: This flaw allows an authentication bypass in Eclipse Jetty\u0027s HTTP Digest authentication. An attacker who knows a victim\u0027s username can craft a collision password if the original password contains non-Latin-1 characters, leading to unauthorized access in affected Red Hat products that utilize this authentication method.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-10050"
},
{
"category": "external",
"summary": "RHBZ#2510732",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2510732"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-10050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10050"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-10050",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-10050"
}
],
"release_date": "2026-07-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, ensure that all user passwords configured for HTTP Digest authentication in affected Eclipse Jetty deployments exclusively use characters within the Latin-1 character set. This prevents the character encoding collision that leads to authentication bypass.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jetty-security: Eclipse Jetty: Authentication bypass via Digest authentication encoding collision"
},
{
"cve": "CVE-2026-10051",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"discovery_date": "2026-07-14T10:01:09.470495+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499928"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Jetty. This vulnerability allows a remote attacker to cause the server to retain HTTP/1.1 request trailers from a prior connection. Consequently, subsequent requests made over the same connection may unintentionally disclose information by reporting the previously retained trailers, or a combination of previous and current request trailers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jetty: Eclipse Jetty: Information disclosure due to retained HTTP/1.1 trailers across connections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate: This information disclosure flaw in Eclipse Jetty allows HTTP/1.1 trailers from a previous request to be retained and subsequently exposed to other requests sharing the same connection. This could lead to unintended disclosure of sensitive information in Red Hat products utilizing Jetty, such as Red Hat AMQ and Enterprise Application Platform, particularly when connection reuse is active and trailers contain confidential data. The confidentiality impact is considered low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-10051"
},
{
"category": "external",
"summary": "RHBZ#2499928",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499928"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-10051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10051"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-10051",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-10051"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/cve-assignment/-/work_items/119",
"url": "https://gitlab.eclipse.org/security/cve-assignment/-/work_items/119"
}
],
"release_date": "2026-07-14T08:44:38.233000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jetty: Eclipse Jetty: Information disclosure due to retained HTTP/1.1 trailers across connections"
},
{
"cve": "CVE-2026-12143",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-06-12T19:00:57.360953+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488480"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in form-data, a library for creating readable multipart/form-data streams. A remote attacker can exploit this vulnerability by injecting carriage return (CR), line feed (LF), or double-quote (\") characters into the `field` argument of `FormData#append` or the `filename` option. This allows the attacker to inject additional headers or smuggle entire additional multipart parts into requests, potentially enabling them to add or override form fields and compromise data integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "form-data: form-data: Form field override via CRLF injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important impact flaw in the form-data library: a remote attacker can inject arbitrary headers or additional multipart parts via CRLF injection in field names or filenames, potentially overriding sensitive form fields and affecting data integrity.\n\nFor RHOAI and RHEL AI, severity is Moderate because affected versions appear only as a transitive npm dependency in RHOAI (dashboard, mod-arch plugins, MLflow UI) and RHEL AI 3.4 bootc images, and those products use fixed field names for uploads rather than passing untrusted user input as multipart field names or filenames. The documented exploit path is therefore not reachable in default deployments. Practical impact is limited to non-default or custom integrations that forward multipart requests using attacker-controlled field names.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12143"
},
{
"category": "external",
"summary": "RHBZ#2488480",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488480"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12143"
},
{
"category": "external",
"summary": "https://cwe.mitre.org/data/definitions/93.html",
"url": "https://cwe.mitre.org/data/definitions/93.html"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/64190db548c0179e37206858e39f27cf513e9435",
"url": "https://github.com/form-data/form-data/commit/64190db548c0179e37206858e39f27cf513e9435"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/be3f3cf553978bac15a5182f1f3c3d2d38ccf229",
"url": "https://github.com/form-data/form-data/commit/be3f3cf553978bac15a5182f1f3c3d2d38ccf229"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/c7133499c2ee1b80c678e411244f4442bf902045",
"url": "https://github.com/form-data/form-data/commit/c7133499c2ee1b80c678e411244f4442bf902045"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/security/advisories/GHSA-hmw2-7cc7-3qxx",
"url": "https://github.com/form-data/form-data/security/advisories/GHSA-hmw2-7cc7-3qxx"
},
{
"category": "external",
"summary": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data",
"url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/form-data",
"url": "https://www.npmjs.com/package/form-data"
}
],
"release_date": "2026-06-12T18:01:30.362000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Applications using the `form-data` library should implement strict input validation and sanitization for all field names and filenames derived from untrusted sources. This prevents the injection of control characters (CR, LF, \") that could lead to header injection or form field overrides. Deployments that exclusively use fixed or trusted field names are not impacted.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "form-data: form-data: Form field override via CRLF injection"
},
{
"cve": "CVE-2026-12151",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-17T17:01:45.297604+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2489980"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici. A malicious WebSocket server can exploit this by streaming numerous small or empty continuation frames. This can bypass per-frame and cumulative-size validation, leading to unbounded memory growth in the client process. The primary consequence is memory exhaustion, resulting in a denial of service (DoS) for affected applications using the undici WebSocket client or WebSocketStream API.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in the `undici` WebSocket client allows a remote attacker to cause unbounded memory growth. By sending numerous small or empty WebSocket frames, an unauthenticated attacker can exhaust system memory, leading to a denial of service in Red Hat products that use the affected client.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12151"
},
{
"category": "external",
"summary": "RHBZ#2489980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12151"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12151",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12151"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-vxpw-j846-p89q",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-vxpw-j846-p89q"
}
],
"release_date": "2026-06-17T16:05:38.785000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames"
},
{
"cve": "CVE-2026-13149",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-06-30T10:00:59.843854+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494813"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in brace-expansion, a widely-used npm package for expanding brace sequences. The expand() function exhibits exponential-time complexity when processing consecutive non-expanding brace groups. An attacker who can supply crafted input to expand(), directly or transitively via minimatch or glob, can cause significant CPU consumption and event-loop blocking, resulting in denial of service. The max option does not mitigate this issue, as it bounds the output size rather than the recursion work.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "RHBZ#2494813",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494813"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-13149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754",
"url": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/brace-expansion",
"url": "https://www.npmjs.com/package/brace-expansion"
}
],
"release_date": "2026-06-30T08:30:34.502000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "There is no practical mitigation for this vulnerability. The brace-expansion package is typically a transitive dependency pulled in via minimatch and glob, making it difficult to isolate. Users should upgrade to a fixed version of brace-expansion when one becomes available.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity"
},
{
"cve": "CVE-2026-15075",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2026-07-14T09:01:12.413297+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499919"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Vert.x. The `DefaultRedirectHandler` in `vertx-core` improperly handles HTTP 30x redirects by propagating all request headers, including sensitive authentication and session credentials, to cross-origin redirect destinations. An attacker can exploit this by redirecting a Vert.x HttpClient request to a malicious host. This allows the attacker to capture sensitive information such as bearer tokens, basic authentication credentials, session cookies, and API keys, leading to unauthorized access or further attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vertx-core: Eclipse Vert.x: Information disclosure via improper handling of HTTP 30x redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important information disclosure flaw in Eclipse Vert.x\u0027s `DefaultRedirectHandler` that affects Red Hat products utilizing `vertx-core` for HTTP client operations. The vulnerability allows sensitive request headers, such as authentication tokens and session cookies, to be forwarded to arbitrary external domains during HTTP 30x redirects. This could enable an attacker to capture credentials if they can induce a Vert.x HttpClient to redirect to a malicious server, potentially leading to unauthorized access.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15075"
},
{
"category": "external",
"summary": "RHBZ#2499919",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499919"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15075"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15075",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15075"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/cve-assignment/-/work_items/161",
"url": "https://gitlab.eclipse.org/security/cve-assignment/-/work_items/161"
}
],
"release_date": "2026-07-14T08:15:53.650000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this issue, configure applications utilizing Vert.x HttpClient to strictly validate and restrict the URLs to which HTTP requests can be redirected. Implement allowlists for trusted domains and ensure that any user-supplied or external URLs processed by Vert.x HttpClient are thoroughly sanitized and validated to prevent redirection to attacker-controlled destinations. This may involve updating application-specific configurations or implementing custom URL validation logic. A service restart or reload may be required for changes to take effect.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vertx-core: Eclipse Vert.x: Information disclosure via improper handling of HTTP 30x redirects"
},
{
"cve": "CVE-2026-15076",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2026-07-14T09:00:58.070373+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499914"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Vert.x Web Client. The WebClientSession component does not properly validate the Domain attribute of a Set-Cookie response header against the originating server\u0027s domain. This vulnerability allows a remote attacker to inject a cookie scoped to an arbitrary third-party domain. When the victim application subsequently sends a request to the targeted domain, the injected cookie is presented, potentially leading to information disclosure and unauthorized access to sensitive data through the attacker\u0027s account on that service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.vertx/vertx-web: Eclipse Vert.x Web Client: Information disclosure via improper cookie domain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important information disclosure flaw in Eclipse Vert.x Web Client\u0027s `WebClientSession` component. The vulnerability arises from insufficient validation of the `Domain` attribute in `Set-Cookie` response headers, allowing a remote attacker to inject cookies scoped to arbitrary third-party domains. This could lead to sensitive data exposure and unauthorized access if a victim application subsequently sends requests to the targeted domain, presenting the attacker-controlled cookie. The impact is significant as it bypasses expected cross-domain security boundaries.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15076"
},
{
"category": "external",
"summary": "RHBZ#2499914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499914"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15076"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15076",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15076"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/cve-assignment/-/work_items/162",
"url": "https://gitlab.eclipse.org/security/cve-assignment/-/work_items/162"
}
],
"release_date": "2026-07-14T08:09:12.951000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.vertx/vertx-web: Eclipse Vert.x Web Client: Information disclosure via improper cookie domain validation"
},
{
"cve": "CVE-2026-27136",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-05-22T16:00:56.609820+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480757"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. When arbitrary HTML is parsed and then rendered, it can result in an unexpected HTML tree. This allows an attacker to bypass HTML sanitization mechanisms, leading to Cross-Site Scripting (XSS) attacks in applications. Such attacks can result in information disclosure or arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: golang: golang.org/x/net/html: Cross-Site Scripting via HTML parsing bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in `golang.org/x/net/html` is rated as Important. It allows for Cross-Site Scripting (XSS) attacks by enabling an attacker to bypass HTML sanitization mechanisms when arbitrary HTML is parsed and rendered. This can lead to information disclosure or arbitrary code execution in affected applications. Exploitation typically requires user interaction, where a user processes specially crafted malicious HTML content.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27136"
},
{
"category": "external",
"summary": "RHBZ#2480757",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480757"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27136"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27136",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27136"
},
{
"category": "external",
"summary": "https://go.dev/cl/781685",
"url": "https://go.dev/cl/781685"
},
{
"category": "external",
"summary": "https://go.dev/issue/79575",
"url": "https://go.dev/issue/79575"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8",
"url": "https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5030",
"url": "https://pkg.go.dev/vuln/GO-2026-5030"
}
],
"release_date": "2026-05-22T15:01:22.111000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: golang: golang.org/x/net/html: Cross-Site Scripting via HTML parsing bypass"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important impact denial of service vulnerability in the Go JOSE library can be triggered by a crafted JSON Web Encryption (JWE) object specifying a key wrapping algorithm with an empty encrypted_key field, causing a panic and application crash. Applications that parse and decrypt JWE objects from untrusted sources are affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
},
{
"cve": "CVE-2026-39820",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-07T20:01:27.800929+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467820"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net/mail` package. Applications processing untrusted email inputs via `ParseAddress`, `ParseAddressList`, or `ParseDate` functions are susceptible to excessive resource consumption, which can lead to service unavailability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39820"
},
{
"category": "external",
"summary": "RHBZ#2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39820",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39820"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820"
},
{
"category": "external",
"summary": "https://go.dev/cl/759940",
"url": "https://go.dev/cl/759940"
},
{
"category": "external",
"summary": "https://go.dev/issue/78566",
"url": "https://go.dev/issue/78566"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4986",
"url": "https://pkg.go.dev/vuln/GO-2026-4986"
}
],
"release_date": "2026-05-07T19:41:19.854000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs"
},
{
"cve": "CVE-2026-39831",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-05-22T04:01:12.861178+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480675"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. The Verify() method, responsible for FIDO/U2F security key types, did not properly check for user presence. This allowed signatures to be accepted without requiring a physical touch on the hardware security key. As a result, an attacker could potentially use a hardware security key in an unattended manner, bypassing a critical security control designed to ensure user intent.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Security key bypass due to missing user presence check",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39831"
},
{
"category": "external",
"summary": "RHBZ#2480675",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480675"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39831",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39831"
},
{
"category": "external",
"summary": "https://go.dev/cl/781662",
"url": "https://go.dev/cl/781662"
},
{
"category": "external",
"summary": "https://go.dev/issue/79566",
"url": "https://go.dev/issue/79566"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5019",
"url": "https://pkg.go.dev/vuln/GO-2026-5019"
}
],
"release_date": "2026-05-22T02:31:27.436000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Security key bypass due to missing user presence check"
},
{
"cve": "CVE-2026-39835",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-05-22T04:01:27.279943+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480680"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. SSH servers configured to use CertChecker as a public key callback, without explicitly setting IsUserAuthority or IsHostAuthority, are vulnerable. A remote attacker can exploit this by presenting a specially crafted certificate, causing the server to panic and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang: golang.org/x/crypto/ssh: Denial of Service via crafted SSH certificate",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw in `golang.org/x/crypto/ssh` affecting SSH servers that utilize `CertChecker` as a public key callback without explicitly configuring `IsUserAuthority` or `IsHostAuthority`. A remote, unauthenticated attacker can trigger a server panic by presenting a specially crafted certificate, leading to service disruption. Exploitation requires a specific, non-default configuration of the `CertChecker`.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39835"
},
{
"category": "external",
"summary": "RHBZ#2480680",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480680"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39835",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39835"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39835",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39835"
},
{
"category": "external",
"summary": "https://go.dev/cl/781660",
"url": "https://go.dev/cl/781660"
},
{
"category": "external",
"summary": "https://go.dev/issue/79563",
"url": "https://go.dev/issue/79563"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5015",
"url": "https://pkg.go.dev/vuln/GO-2026-5015"
}
],
"release_date": "2026-05-22T02:31:26.982000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang: golang.org/x/crypto/ssh: Denial of Service via crafted SSH certificate"
},
{
"cve": "CVE-2026-40898",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-04T19:00:56.584166+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in `quic-go` that allows a remote attacker to exhaust system memory by sending specially crafted HTTP/3 trailer fields. This can lead to crashes or resource unavailability in affected Red Hat products utilizing `quic-go` for HTTP/3 communication, impacting both client and server implementations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "RHBZ#2484875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1",
"url": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9",
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9"
}
],
"release_date": "2026-06-04T17:43:36.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers"
},
{
"cve": "CVE-2026-40983",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-09T05:00:52.290020+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2486697"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Micrometer. A remote attacker can provide specially crafted gRPC (gRPC Remote Procedure Call) requests, which may lead to a denial-of-service (DoS) condition. This vulnerability allows an attacker to disrupt the availability of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "micrometer: micrometer-core: Micrometer: Denial of Service via specially crafted gRPC requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service vulnerability in Micrometer, as a remote unauthenticated attacker can disrupt the availability of affected systems by sending specially crafted gRPC requests. The broad accessibility of gRPC endpoints in typical deployments contributes to the elevated risk, allowing for significant service interruption.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40983"
},
{
"category": "external",
"summary": "RHBZ#2486697",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486697"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40983",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40983"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40983",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40983"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-40983",
"url": "https://spring.io/security/cve-2026-40983"
}
],
"release_date": "2026-06-09T03:46:54.131000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict network access to services exposing Micrometer\u0027s gRPC endpoints to trusted clients only. Implement firewall rules to limit inbound connections to the specific ports used by gRPC. If gRPC functionality is not essential for the deployment, consider disabling it entirely to eliminate the attack vector. Any changes to network configurations or service settings may require a service restart to take effect, potentially impacting availability during the transition.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "micrometer: micrometer-core: Micrometer: Denial of Service via specially crafted gRPC requests"
},
{
"cve": "CVE-2026-40984",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-09T05:01:51.700197+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2486716"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Micrometer. A remote attacker can provide specially crafted HTTP requests, which may lead to a denial-of-service (DoS) condition. This vulnerability allows an attacker to disrupt the availability of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "micrometer-core: micrometer-jetty11: micrometer-jetty12: Micrometer: Denial of Service via specially crafted HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service vulnerability in Micrometer, a component present in several Red Hat products. A remote, unauthenticated attacker can exploit this flaw by sending specially crafted HTTP requests, leading to resource exhaustion and disrupting the availability of affected services. Exploitation of this flaw requires one or more HTTP server instrumentation(s), from one of the vulnerable components, to be configured to record metrics.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40984"
},
{
"category": "external",
"summary": "RHBZ#2486716",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486716"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40984"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40984",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40984"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-40984",
"url": "https://spring.io/security/cve-2026-40984"
}
],
"release_date": "2026-06-09T03:47:46.447000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "micrometer-core: micrometer-jetty11: micrometer-jetty12: Micrometer: Denial of Service via specially crafted HTTP requests"
},
{
"cve": "CVE-2026-41242",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-04-18T17:00:50.677423+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459442"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in protobufjs, a JavaScript (JS) library used for compiling protobuf definitions. A remote attacker with low privileges can exploit this vulnerability by injecting arbitrary code into the \"type\" fields of protobuf definitions. This malicious code will then execute during the object decoding process, leading to arbitrary code execution and potentially full system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "protobufjs: protobufjs: Arbitrary code execution via injected protobuf definition type fields",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important impact remote code execution vulnerability in protobufjs allows attackers to inject arbitrary code into the \u0027type\u0027 fields of protobuf definitions, which executes during object decoding. Red Hat products that process untrusted protobuf definitions using the affected library versions are at risk. Red Hat has assessed this at IMPORTANT (not Critical) as exploitation requires low privileges.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41242"
},
{
"category": "external",
"summary": "RHBZ#2459442",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459442"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41242"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41242",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41242"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/commit/535df444ac060243722ac5d672db205e5c531d75",
"url": "https://github.com/protobufjs/protobuf.js/commit/535df444ac060243722ac5d672db205e5c531d75"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/commit/ff7b2afef8754837cc6dc64c864cd111ab477956",
"url": "https://github.com/protobufjs/protobuf.js/commit/ff7b2afef8754837cc6dc64c864cd111ab477956"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v7.5.5",
"url": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v7.5.5"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v8.0.1",
"url": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v8.0.1"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/security/advisories/GHSA-xq3m-2v4x-88gg",
"url": "https://github.com/protobufjs/protobuf.js/security/advisories/GHSA-xq3m-2v4x-88gg"
}
],
"release_date": "2026-04-18T16:18:10.652000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "protobufjs: protobufjs: Arbitrary code execution via injected protobuf definition type fields"
},
{
"cve": "CVE-2026-41695",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-10T00:01:53.243981+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2487386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Spring Data Commons. A remote attacker can exploit this vulnerability by providing specially crafted property path strings to the MappingContext property path resolution. This can lead to resource exhaustion, resulting in a denial of service (DoS) for affected applications.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Spring Data Commons: Spring Data Commons: Denial of Service via crafted property path strings",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Spring Data Commons. Crafted property path strings can trigger excessive processing, leading to denial of service. Red Hat products that bundle spring-data-commons and expose Spring Data query resolution to untrusted input are affected. In Red Hat Dev Spaces, the vulnerable code path is reachable only through admin-authenticated endpoints, limiting practical exploitability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41695"
},
{
"category": "external",
"summary": "RHBZ#2487386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2487386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41695",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41695"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41695",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41695"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-41695",
"url": "https://spring.io/security/cve-2026-41695"
}
],
"release_date": "2026-06-09T23:47:33.927000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Spring Data Commons: Spring Data Commons: Denial of Service via crafted property path strings"
},
{
"cve": "CVE-2026-41716",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-10T00:02:15.987955+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2487394"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Spring Data Commons. An attacker can exploit this vulnerability by sending repeated requests with specially crafted strings, which are then permanently retained in the internal property-lookup cache. This can lead to heap exhaustion, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Spring Data Commons: Spring Data Commons: Denial of Service due to cache exhaustion via attacker-supplied strings",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Spring Data Commons. The TypeDiscoverer cache can be exhausted by sending many unique invalid property names, leading to denial of service through excessive memory consumption. Red Hat products that bundle spring-data-commons and expose Spring Data query resolution to untrusted input are affected. In Red Hat Dev Spaces, the vulnerable code path is reachable only through admin-authenticated endpoints, limiting practical exploitability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41716"
},
{
"category": "external",
"summary": "RHBZ#2487394",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2487394"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41716"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41716",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41716"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-41716",
"url": "https://spring.io/security/cve-2026-41716"
}
],
"release_date": "2026-06-09T23:48:20.282000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Spring Data Commons: Spring Data Commons: Denial of Service due to cache exhaustion via attacker-supplied strings"
},
{
"cve": "CVE-2026-42264",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-05-08T04:02:21.039378+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467927"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as prototype pollution, allows an attacker to inject malicious properties into core JavaScript objects. When another component in the same application environment is compromised and pollutes the system\u0027s object prototype, Axios can unknowingly use these manipulated values in its outbound network requests. This could lead to the disclosure of sensitive information or the alteration of network communications, compromising data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Prototype pollution allows information disclosure and request manipulation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important prototype pollution flaw in Axios could result in information disclosure and network request manipulation. The vulnerability occurs when a co-located dependency in the application environment successfully pollutes the JavaScript `Object.prototype`. Under these conditions, Axios may unknowingly incorporate the manipulated properties into its outbound HTTP requests, potentially compromising data confidentiality and integrity. Exploitation is contingent on a prior successful prototype pollution attack from another component.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42264"
},
{
"category": "external",
"summary": "RHBZ#2467927",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467927"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42264",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42264"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42264",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42264"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/47915144662f2733e6c051bdcb895a8c8f0586aa",
"url": "https://github.com/axios/axios/commit/47915144662f2733e6c051bdcb895a8c8f0586aa"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10779",
"url": "https://github.com/axios/axios/pull/10779"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.2",
"url": "https://github.com/axios/axios/releases/tag/v1.15.2"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-q8qp-cvcw-x6jj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-q8qp-cvcw-x6jj"
}
],
"release_date": "2026-05-08T03:20:24.248000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Prototype pollution allows information disclosure and request manipulation"
},
{
"cve": "CVE-2026-42499",
"cwe": {
"id": "CWE-1046",
"name": "Creation of Immutable Text Using String Concatenation"
},
"discovery_date": "2026-05-07T20:00:51.685602+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467809"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the `net/mail` package of the Go standard library. A remote attacker can exploit this flaw by sending specially crafted email addresses, leading to excessive resource consumption and a denial of service in Go applications that parse email addresses using the affected library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42499"
},
{
"category": "external",
"summary": "RHBZ#2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42499"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499"
},
{
"category": "external",
"summary": "https://go.dev/cl/771520",
"url": "https://go.dev/cl/771520"
},
{
"category": "external",
"summary": "https://go.dev/issue/78987",
"url": "https://go.dev/issue/78987"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4977",
"url": "https://pkg.go.dev/vuln/GO-2026-4977"
}
],
"release_date": "2026-05-07T19:41:18.615000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing"
},
{
"cve": "CVE-2026-44705",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-06-11T17:01:27.295887+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2487946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in tmp, a temporary file and directory creator for Node.js. This path traversal vulnerability allows an attacker to escape the intended temporary directory. By providing specially crafted input to the prefix, postfix or dir options, an attacker can create files outside the designated temporary directory. This could lead to unauthorized file creation at attacker-controlled locations with the privileges of the running process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tmp: path Traversal via unsanitized prefix/postfix enables directory escape",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Applications that pass user-controlled data to the file or directory creation functions without input sanitization are vulnerable to this issue. This flaw allows files to be created in arbitrary locations with the privileges of the running process. Due to this reason, this vulnerability has been rated with an Important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44705"
},
{
"category": "external",
"summary": "RHBZ#2487946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2487946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44705",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44705"
},
{
"category": "external",
"summary": "https://github.com/raszi/node-tmp/security/advisories/GHSA-ph9p-34f9-6g65",
"url": "https://github.com/raszi/node-tmp/security/advisories/GHSA-ph9p-34f9-6g65"
}
],
"release_date": "2026-06-11T15:42:46.565000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, validate and sanitize any user-controlled data before it is passed to the prefix, postfix or dir options of the file or directory creation functions, specifically rejecting or stripping input containing path traversal sequences.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tmp: path Traversal via unsanitized prefix/postfix enables directory escape"
},
{
"cve": "CVE-2026-45149",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-05-29T21:02:00.092772+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2483481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the brace-expansion library. This vulnerability allows an attacker to cause a Denial of Service (DoS) by providing a large numeric range for expansion. The library allocates excessive memory to generate all intermediate elements before applying the maximum limit, leading to high memory consumption and potential application crashes. This can impact the availability of systems using the library.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: brace-expansion: Denial of Service due to excessive memory allocation when expanding large numeric ranges",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat products ship brace-expansion versions 1.x and 2.x, which are not affected by this vulnerability. The flaw exists only in versions 5.0.0 through 5.0.5.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45149"
},
{
"category": "external",
"summary": "RHBZ#2483481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2483481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45149"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-jxxr-4gwj-5jf2",
"url": "https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-jxxr-4gwj-5jf2"
}
],
"release_date": "2026-05-29T19:55:07.337000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "brace-expansion: brace-expansion: Denial of Service due to excessive memory allocation when expanding large numeric ranges"
},
{
"cve": "CVE-2026-45416",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-12T15:01:45.671884+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488391"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. A remote attacker can exploit this vulnerability by sending a crafted TLS (Transport Layer Security) ClientHello message. This can lead to an eager allocation of a large memory buffer, causing a Denial of Service (DoS) due to excessive memory consumption. The issue occurs in the `SslClientHelloHandler.decode()` method when processing the TLS handshake length.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-handler: Netty: Denial of Service due to eager buffer allocation in TLS handshake",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Netty is rated as Important. It allows a remote attacker to trigger a denial of service by sending a specially crafted TLS ClientHello message. The flaw arises from an eager, unbounded memory allocation during the TLS handshake, particularly when default configurations disable the maximum client hello length guard, leading to excessive resource consumption in affected Red Hat products utilizing Netty.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45416"
},
{
"category": "external",
"summary": "RHBZ#2488391",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488391"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45416"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45416",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45416"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-x4gw-5cx5-pgmh",
"url": "https://github.com/netty/netty/security/advisories/GHSA-x4gw-5cx5-pgmh"
}
],
"release_date": "2026-06-12T14:10:05.585000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this issue, configure applications utilizing Netty\u0027s `SslClientHelloHandler` to specify a non-zero value for the `maxClientHelloLength` parameter. This will enable the internal length validation, preventing the eager allocation of large memory buffers when processing crafted TLS ClientHello messages. Refer to your specific application\u0027s documentation for details on configuring Netty\u0027s TLS handler. A restart of the affected application or service is required for the configuration changes to take effect.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty-handler: Netty: Denial of Service due to eager buffer allocation in TLS handshake"
},
{
"cve": "CVE-2026-45623",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-07-27T18:01:09.671498+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2507595"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostCSS, a tool that processes CSS files. An attacker who provides specially crafted CSS input containing a malicious source map comment can cause the system to read arbitrary files from the local filesystem. This can lead to the disclosure of sensitive information, specifically the first few bytes of file content. Additionally, this vulnerability may be exploited to cause a Denial of Service (DoS) by targeting large files, making the system unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postcss: PostCSS: Information disclosure and denial of service via crafted CSS 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": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45623"
},
{
"category": "external",
"summary": "RHBZ#2507595",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2507595"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45623",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45623"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45623",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45623"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/security/advisories/GHSA-6g55-p6wh-862q",
"url": "https://github.com/postcss/postcss/security/advisories/GHSA-6g55-p6wh-862q"
}
],
"release_date": "2026-07-27T17:23:13.326000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "postcss: PostCSS: Information disclosure and denial of service via crafted CSS input"
},
{
"cve": "CVE-2026-45674",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2026-06-12T15:02:15.565158+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488400"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty\u0027s DnsResolveContext. This vulnerability allows a remote attacker to achieve information disclosure or data manipulation by crafting malicious DNS responses. The flaw occurs because the DnsResolveContext fails to validate the origin (bailiwick) of CNAME records in DNS responses, which could enable an attacker to redirect network traffic or intercept sensitive data from affected applications.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-resolver-dns: Netty: Information disclosure and data manipulation due to improper CNAME record validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important severity flaw in Netty\u0027s DnsResolveContext allows a remote attacker to achieve information disclosure or data manipulation. By crafting malicious DNS responses, an attacker could redirect network traffic or intercept sensitive data, impacting applications utilizing Netty for DNS resolution in Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45674"
},
{
"category": "external",
"summary": "RHBZ#2488400",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488400"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45674",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45674"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45674",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45674"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-676x-f7gg-47vc",
"url": "https://github.com/netty/netty/security/advisories/GHSA-676x-f7gg-47vc"
}
],
"release_date": "2026-06-12T14:17:50.203000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty-resolver-dns: Netty: Information disclosure and data manipulation due to improper CNAME record validation"
},
{
"cve": "CVE-2026-46597",
"cwe": {
"id": "CWE-681",
"name": "Incorrect Conversion between Numeric Types"
},
"discovery_date": "2026-05-22T04:01:21.721980+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480678"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in `golang.org/x/crypto/ssh` allows a remote attacker to trigger a server-side panic by sending specially crafted inputs to the AES-GCM packet decoder. This vulnerability could lead to service unavailability in Red Hat products that incorporate and expose SSH services built with the affected `golang.org/x/crypto/ssh` component.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46597"
},
{
"category": "external",
"summary": "RHBZ#2480678",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480678"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46597"
},
{
"category": "external",
"summary": "https://go.dev/cl/781620",
"url": "https://go.dev/cl/781620"
},
{
"category": "external",
"summary": "https://go.dev/issue/79561",
"url": "https://go.dev/issue/79561"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5013",
"url": "https://pkg.go.dev/vuln/GO-2026-5013"
}
],
"release_date": "2026-05-22T02:31:26.754000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs"
},
{
"cve": "CVE-2026-46681",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-07-21T15:01:12.368235+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2503661"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `@nevware21/ts-utils` library. This vulnerability allows a remote attacker to manipulate the fundamental properties of objects within an application. By exploiting this, an attacker could potentially execute unauthorized code, leading to a complete compromise of the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@nevware21/ts-utils: @nevware21/ts-utils: Arbitrary Code Execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important. The `@nevware21/ts-utils` library is susceptible to prototype pollution when processing untrusted input, allowing an attacker to modify the prototype chain of objects. This could lead to arbitrary code execution within applications utilizing the affected library, impacting data integrity and potentially system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46681"
},
{
"category": "external",
"summary": "RHBZ#2503661",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2503661"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46681",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46681"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46681",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46681"
},
{
"category": "external",
"summary": "https://github.com/nevware21/ts-utils/commit/5e887f4e2fbee7160c8f501634c45e6a229e83bb",
"url": "https://github.com/nevware21/ts-utils/commit/5e887f4e2fbee7160c8f501634c45e6a229e83bb"
},
{
"category": "external",
"summary": "https://github.com/nevware21/ts-utils/security/advisories/GHSA-x7j8-49r8-mr43",
"url": "https://github.com/nevware21/ts-utils/security/advisories/GHSA-x7j8-49r8-mr43"
}
],
"release_date": "2026-07-21T14:02:03.732000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@nevware21/ts-utils: @nevware21/ts-utils: Arbitrary Code Execution via Prototype Pollution"
},
{
"cve": "CVE-2026-47691",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2026-06-12T16:02:45.855856+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488439"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty\u0027s `DnsResolveContext`. An attacker controlling an authoritative name server for a subdomain can exploit this vulnerability by providing crafted NS records that are insufficiently validated. This allows the attacker to poison the DNS cache for parent domains, bypassing standard bailiwick rules. Consequently, future DNS resolutions for the affected parent domain will use the poisoned cache, potentially redirecting users to malicious servers and leading to information disclosure or integrity compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-resolver-dns: Netty has Insufficient Bailiwick Validation for NS Records",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in Netty\u0027s DNS resolution component, `netty-resolver-dns`, allows for DNS cache poisoning. An attacker with control over an authoritative name server for a subdomain could exploit this vulnerability to inject malicious DNS records into the cache of parent domains. This could lead to redirection of network traffic, impacting the integrity and availability of services relying on DNS resolution within affected Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47691"
},
{
"category": "external",
"summary": "RHBZ#2488439",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488439"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47691"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47691",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47691"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85"
}
],
"release_date": "2026-06-12T14:33:16.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-resolver-dns: Netty has Insufficient Bailiwick Validation for NS Records"
},
{
"cve": "CVE-2026-48020",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-06-23T20:00:57.714939+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491915"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This vulnerability exists in the StripPrefix middleware, allowing an unauthenticated attacker to bypass route-level authentication and authorization. By crafting a request path containing \u0027..\u0027 or its percent-encoded form, an attacker can access protected backend paths, such as administrative or internal configuration endpoints, without proper authentication. This could lead to unauthorized information disclosure or modification of sensitive settings.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/traefik/traefik: Traefik: Authentication bypass in StripPrefix middleware allows unauthorized access to protected paths",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important authentication bypass flaw in Traefik\u0027s StripPrefix middleware, affecting Red Hat OpenShift Dev Spaces. An unauthenticated remote attacker can exploit this by crafting a specific request path, gaining access to protected backend resources like administrative or internal configuration endpoints. This could lead to unauthorized information disclosure or modification of sensitive settings.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48020"
},
{
"category": "external",
"summary": "RHBZ#2491915",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491915"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48020"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48020",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48020"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v2.11.48",
"url": "https://github.com/traefik/traefik/releases/tag/v2.11.48"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.6.19",
"url": "https://github.com/traefik/traefik/releases/tag/v3.6.19"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.7.3",
"url": "https://github.com/traefik/traefik/releases/tag/v3.7.3"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-xf64-8mw2-4gr2",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-xf64-8mw2-4gr2"
}
],
"release_date": "2026-06-23T19:10:31.557000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/traefik/traefik: Traefik: Authentication bypass in StripPrefix middleware allows unauthorized access to protected paths"
},
{
"cve": "CVE-2026-48068",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-06-11T13:27:54+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499682"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in @grpc/grpc-js, a pure JavaScript gRPC client and server library. An invalid incoming HTTP/2 stream initiation can cause a server process to crash. This vulnerability affects all servers created using @grpc/grpc-js, and no workaround is available. An unauthenticated remote attacker can exploit this to cause a denial of service by sending a malformed HTTP/2 stream to a gRPC server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grpc-js: @grpc/grpc-js: Server crash via malformed HTTP/2 stream initiation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in @grpc/grpc-js. An invalid incoming HTTP/2 stream initiation can cause a server process to crash. This affects all servers created using @grpc/grpc-js. There is no workaround.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48068"
},
{
"category": "external",
"summary": "RHBZ#2499682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499682"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48068"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48068",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48068"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-node/security/advisories/GHSA-5375-pq7m-f5r2",
"url": "https://github.com/grpc/grpc-node/security/advisories/GHSA-5375-pq7m-f5r2"
}
],
"release_date": "2026-06-11T13:27:54+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Upgrade to @grpc/grpc-js 1.9.16, 1.10.12, 1.11.4, 1.12.7, 1.13.5, or 1.14.4. There is no workaround for this vulnerability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "grpc-js: @grpc/grpc-js: Server crash via malformed HTTP/2 stream initiation"
},
{
"cve": "CVE-2026-48491",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-06-23T20:01:26.461503+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491923"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This vulnerability allows an unauthenticated client to bypass mutual Transport Layer Security (TLS) enforcement, a security measure that verifies both client and server identities. The bypass occurs due to an issue in Traefik\u0027s domain-fronting protection (SNICheck), which incorrectly processes TLS options for HTTP Host headers. As a result, an attacker can gain unauthorized access to protected backend services without presenting a required client certificate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Traefik: Traefik: Unauthorized access due to mutual TLS bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in Traefik that allows an unauthenticated client to bypass mutual TLS authentication. The vulnerability arises from an issue in Traefik\u0027s domain-fronting protection when specific wildcard host rules with strict TLS options are used alongside permissive SNI configurations on the same entrypoint. This bypass enables unauthorized access to protected backend services, undermining critical access controls.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48491"
},
{
"category": "external",
"summary": "RHBZ#2491923",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491923"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48491",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48491"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48491",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48491"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.7.3",
"url": "https://github.com/traefik/traefik/releases/tag/v3.7.3"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-5r4w-85f3-pw66",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-5r4w-85f3-pw66"
}
],
"release_date": "2026-06-23T19:12:10.819000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid configuring Traefik with wildcard host rules (e.g., Host(*.example.com)) alongside strict TLS options such as RequireAndVerifyClientCert on entrypoints that also serve permissive SNI configurations. Alternatively, restrict network access to Traefik\u0027s entrypoints to trusted networks only, thereby limiting potential exposure.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Traefik: Traefik: Unauthorized access due to mutual TLS bypass"
},
{
"cve": "CVE-2026-49978",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-07-14T21:05:26.253019+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500695"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in DOMPurify, a tool designed to sanitize HTML, MathML, and SVG to prevent cross-site scripting (XSS) attacks. When performing in-place sanitization, DOMPurify could fail to properly process content within shadow DOM elements attached to a `\u003ctemplate\u003e.content`. This oversight allows an attacker to embed malicious code, such as JavaScript, which could then execute when the sanitized template is used by an application, potentially leading to unauthorized actions or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dompurify: DOMPurify: Cross-site scripting vulnerability allows code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in DOMPurify is rated as Important as it allows for cross-site scripting (XSS) attacks. When DOMPurify performs in-place sanitization, it may fail to properly process shadow DOM content within `\u003ctemplate\u003e.content`, enabling an attacker to embed and execute malicious JavaScript. This could lead to unauthorized actions or information disclosure in Red Hat products that utilize DOMPurify for sanitizing untrusted HTML, MathML, or SVG.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-49978"
},
{
"category": "external",
"summary": "RHBZ#2500695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500695"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49978"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-49978",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-49978"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/commit/ca30f070c360df162a3e3848e80e6fd3c9e74bff",
"url": "https://github.com/cure53/DOMPurify/commit/ca30f070c360df162a3e3848e80e6fd3c9e74bff"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/releases/tag/3.4.7",
"url": "https://github.com/cure53/DOMPurify/releases/tag/3.4.7"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-rp9w-3fw7-7cwq",
"url": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-rp9w-3fw7-7cwq"
}
],
"release_date": "2026-07-14T20:02:46.263000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dompurify: DOMPurify: Cross-site scripting vulnerability allows code execution"
},
{
"cve": "CVE-2026-50010",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-06-12T16:02:13.735675+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488429"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. This vulnerability allows a remote attacker to bypass hostname verification due to improper handling of user-supplied trust managers. When a client is configured with a plain X.509 Trust Manager (X509TrustManager), it fails to perform necessary hostname checks, enabling an attacker to impersonate a legitimate server. This could lead to sensitive information disclosure or man-in-the-middle attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-handler: Netty: Improper trust manager handling leads to hostname verification bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in Netty that affects Red Hat products utilizing the `netty-handler` component, including various Red Hat AMQ, Enterprise Application Platform, and OpenShift offerings. The vulnerability arises when a Netty client is configured with a plain X.509 Trust Manager, leading to a bypass of hostname verification. This oversight allows a remote attacker to perform man-in-the-middle attacks by impersonating a legitimate server, potentially compromising sensitive data.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50010"
},
{
"category": "external",
"summary": "RHBZ#2488429",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488429"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50010"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50010",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50010"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-c653-97m9-rcg9",
"url": "https://github.com/netty/netty/security/advisories/GHSA-c653-97m9-rcg9"
}
],
"release_date": "2026-06-12T14:50:43.151000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty-handler: Netty: Improper trust manager handling leads to hostname verification bypass"
},
{
"cve": "CVE-2026-50193",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-06-23T22:01:01.154533+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491999"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jackson-databind, a general-purpose data-binding library for Jackson Data Processor. A remote attacker can exploit this vulnerability by sending deeply nested JSON (JavaScript Object Notation) data to a service that reads and processes it. This can lead to a Denial of Service (DoS) by consuming significant system resources, making the service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: Jackson-databind: Denial of Service via deeply nested JSON processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in jackson-databind, affecting services that process deeply nested JSON data. Exploitation occurs when a service reads JSON as `JsonNode` and subsequently writes it back using `JsonNode.toString()`, leading to excessive resource consumption and potential service unavailability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50193"
},
{
"category": "external",
"summary": "RHBZ#2491999",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491999"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50193"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50193",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50193"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/commit/a1fa4ae4ecf5cee16da465985f135f3e81816f8c",
"url": "https://github.com/FasterXML/jackson-databind/commit/a1fa4ae4ecf5cee16da465985f135f3e81816f8c"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/issues/3447",
"url": "https://github.com/FasterXML/jackson-databind/issues/3447"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-3wrr-7qpf-2prh",
"url": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-3wrr-7qpf-2prh"
}
],
"release_date": "2026-06-23T21:00:20.444000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jackson-databind: Jackson-databind: Denial of Service via deeply nested JSON processing"
},
{
"cve": "CVE-2026-53488",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-07-01T02:01:09.589815+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2495815"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in containerd, an open-source container runtime. The Container Runtime Interface (CRI) plugin, which manages container operations, fails to validate labels propagated from an image configuration to a container. This oversight could enable an attacker to execute arbitrary commands on the host system through a plugin that processes these unvalidated labels. The primary impact is host-root command execution, allowing unauthorized control over the underlying system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/containerd/containerd: containerd: Host-root command execution via unvalidated image config labels in CRI plugin",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in containerd where the CRI plugin propagates labels from an image configuration (LABEL instruction in a Dockerfile) to a container without validation. This may result in executing an arbitrary command on the host via a plugin that consumes container labels for operations, such as the restart-monitor binary:// logger. An attacker who can cause a crafted container image to be pulled and run can achieve host-level code execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-53488"
},
{
"category": "external",
"summary": "RHBZ#2495815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2495815"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-53488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53488"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-53488",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53488"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-xhf5-7wjv-pqxp",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-xhf5-7wjv-pqxp"
}
],
"release_date": "2026-07-01T00:11:20.610000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Restrict container image pulls to trusted registries using admission policies or image signature verification. Where containerd is used as the container runtime, disable or restrict the binary:// logger URI scheme in the containerd configuration to prevent the label-to-logger attack path.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/containerd/containerd: containerd: Host-root command execution via unvalidated image config labels in CRI plugin"
},
{
"cve": "CVE-2026-53492",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-01T19:01:34.238078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496130"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in containerd, an open-source container runtime. The Container Runtime Interface (CRI) implementation, which allows Kubernetes to interact with container runtimes, improperly trusts Container Device Interface (CDI) annotations found within untrusted checkpoint image metadata during container restoration. This vulnerability enables a user with permissions to create pods to bypass standard Kubernetes resource allocation and device plugin enforcement. Consequently, an attacker can inject arbitrary CDI edits, such as device nodes and host mounts, into the restored container, potentially leading to unauthorized resource access or privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/containerd/containerd: containerd: Security bypass via Container Device Interface (CDI) annotation smuggling during checkpoint restoration.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as Important. In Red Hat OpenShift Container Platform, a user with pod creation permissions could bypass standard Kubernetes resource allocation and device plugin enforcement. This is due to containerd\u0027s Container Runtime Interface (CRI) improperly trusting Container Device Interface (CDI) annotations during container restoration. Exploitation requires CDI to be enabled on the node and a matching host CDI specification for the requested device.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-53492"
},
{
"category": "external",
"summary": "RHBZ#2496130",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496130"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-53492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53492"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-53492",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53492"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-33vj-92qq-66hc",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-33vj-92qq-66hc"
}
],
"release_date": "2026-07-01T17:59:12.552000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/containerd/containerd: containerd: Security bypass via Container Device Interface (CDI) annotation smuggling during checkpoint restoration."
},
{
"cve": "CVE-2026-53622",
"cwe": {
"id": "CWE-289",
"name": "Authentication Bypass by Alternate Name"
},
"discovery_date": "2026-06-23T20:01:29.612273+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491924"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This critical vulnerability in Traefik\u0027s HTTP/3 (QUIC) TLS configuration selection allows unauthenticated clients to bypass router-specific mutual Transport Layer Security (mTLS) enforcement. When HTTP/3 is enabled and a router uses wildcard host rules or case-insensitive hostname matching with client certificate authentication, an attacker can complete the QUIC handshake without presenting a certificate. This bypass grants unauthorized access to a backend that should be protected by mTLS.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/traefik/traefik: Traefik: mTLS enforcement bypass due to HTTP/3 TLS configuration flaw",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in Traefik, as shipped in Red Hat OpenShift Dev Spaces, allows unauthenticated clients to bypass mutual TLS (mTLS) enforcement when HTTP/3 (QUIC) is enabled. An attacker can gain unauthorized access to mTLS-protected backends if the Traefik router uses wildcard host rules or case-insensitive hostname matching, circumventing expected client certificate authentication.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-53622"
},
{
"category": "external",
"summary": "RHBZ#2491924",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491924"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-53622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-53622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53622"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.7.3",
"url": "https://github.com/traefik/traefik/releases/tag/v3.7.3"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-9cr8-q42q-g8m7",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-9cr8-q42q-g8m7"
}
],
"release_date": "2026-06-23T19:13:28.844000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable HTTP/3 (QUIC) on Traefik entrypoints. This prevents the TLS configuration selection flaw that leads to mTLS bypass. Consult Traefik documentation for specific configuration steps to disable HTTP/3. Restarting the Traefik service will be required for the changes to take effect.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/traefik/traefik: Traefik: mTLS enforcement bypass due to HTTP/3 TLS configuration flaw"
},
{
"cve": "CVE-2026-54399",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-01T18:02:08.214968+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496101"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache HttpComponents Core. This uncontrolled resource consumption vulnerability in the HTTP/1.1 message parser allows a remote attacker to cause a denial of service through memory exhaustion. This can be triggered by sending messages with an excessive number of headers or excessive header length.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.apache.httpcomponents.core5/httpcore5: Apache HttpComponents Core: Denial of Service via excessive HTTP headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: This flaw in Apache HttpComponents Core allows a remote attacker to cause a denial of service by sending HTTP/1.1 messages with an excessive number or length of headers. This can lead to memory exhaustion in applications using the affected HTTP/1.1 message parser, impacting service availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54399"
},
{
"category": "external",
"summary": "RHBZ#2496101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496101"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54399",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54399"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54399",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54399"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/07/01/4",
"url": "http://www.openwall.com/lists/oss-security/2026/07/01/4"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/zmxh1pl2zohov5ntdh4lt85gfrlchgpy",
"url": "https://lists.apache.org/thread/zmxh1pl2zohov5ntdh4lt85gfrlchgpy"
}
],
"release_date": "2026-07-01T17:02:21.778000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this issue, configure an upstream proxy or web application firewall (WAF) to enforce limits on the number and length of HTTP headers. This prevents malformed requests from reaching and exhausting the vulnerable Apache HttpComponents Core component. Consult your proxy or WAF documentation for specific configuration. A service restart may be required for changes to take effect.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.apache.httpcomponents.core5/httpcore5: Apache HttpComponents Core: Denial of Service via excessive HTTP headers"
},
{
"cve": "CVE-2026-54428",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-01T18:02:25.195687+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496106"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache HttpComponents Core. This vulnerability, located in the HTTP/2 HPACK decoder, allows a remote attacker to cause a denial of service. By sending oversized compressed header blocks, an attacker can exhaust memory resources before the system\u0027s configured header list size limit is applied. This can lead to the affected system becoming unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.apache.httpcomponents.core5/httpcore5-h2: Apache HttpComponents Core: Denial of Service via oversized HTTP/2 HPACK header blocks",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in Apache HttpComponents Core. The HTTP/2 HPACK decoder is susceptible to memory exhaustion when processing oversized compressed header blocks from a remote attacker. This occurs before the system\u0027s configured header list size limits are applied, potentially rendering affected Red Hat products unresponsive.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54428"
},
{
"category": "external",
"summary": "RHBZ#2496106",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496106"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54428",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54428"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54428",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54428"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/07/01/3",
"url": "http://www.openwall.com/lists/oss-security/2026/07/01/3"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/5zjp8vczvxq19pw2rvhs21q446bhl0sd",
"url": "https://lists.apache.org/thread/5zjp8vczvxq19pw2rvhs21q446bhl0sd"
}
],
"release_date": "2026-07-01T17:03:53.938000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.apache.httpcomponents.core5/httpcore5-h2: Apache HttpComponents Core: Denial of Service via oversized HTTP/2 HPACK header blocks"
},
{
"cve": "CVE-2026-54512",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-06-23T22:01:49.821346+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492015"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jackson-databind. This vulnerability allows a remote attacker to bypass the PolymorphicTypeValidator (PTV) when polymorphic typing is enabled and a type identifier contains generic parameters. By crafting a malicious type ID, an attacker can place a denied class as a generic type parameter of an allowed container. This leads to the loading and instantiation of arbitrary classes, potentially resulting in arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: jackson-databind: Arbitrary code execution via PolymorphicTypeValidator bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in `jackson-databind` is rated as Important. While it describes a potential bypass of the PolymorphicTypeValidator leading to arbitrary code execution, exploitation requires an attacker to already possess administrative privileges, specifically the `manage-realm` role. This flaw does not enable privilege escalation, as it does not grant additional capabilities beyond those inherently available to an existing administrator.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54512"
},
{
"category": "external",
"summary": "RHBZ#2492015",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492015"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54512",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54512"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54512",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54512"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/commit/434d6c511de7fdd9872f29157aafb6162d12d8d5",
"url": "https://github.com/FasterXML/jackson-databind/commit/434d6c511de7fdd9872f29157aafb6162d12d8d5"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/issues/5988",
"url": "https://github.com/FasterXML/jackson-databind/issues/5988"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-j3rv-43j4-c7qm",
"url": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-j3rv-43j4-c7qm"
}
],
"release_date": "2026-06-23T20:56:36.646000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jackson-databind: jackson-databind: Arbitrary code execution via PolymorphicTypeValidator bypass"
},
{
"cve": "CVE-2026-54513",
"cwe": {
"id": "CWE-184",
"name": "Incomplete List of Disallowed Inputs"
},
"discovery_date": "2026-06-23T22:01:34.437620+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jackson-databind, a library used for processing data. This vulnerability allows an attacker to bypass security controls designed to validate data types. By sending specially crafted input, an attacker can force the system to process untrusted data, which may lead to the execution of malicious code. This could result in a complete compromise of the affected system, impacting its confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: Jackson-databind: Security bypass allows arbitrary code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in `jackson-databind` allows for a security bypass, enabling arbitrary code execution. The vulnerability arises from insufficient validation of array component types by `BasicPolymorphicTypeValidator`, which permits deserialization of unallowlisted types when processing untrusted input. This bypass of type validation can lead to a complete system compromise, affecting confidentiality, integrity, and availability in Red Hat products utilizing `jackson-databind` for data processing.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54513"
},
{
"category": "external",
"summary": "RHBZ#2492010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54513",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54513"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54513",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54513"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/commit/01d1692c8d0ed03e51a0e3c4f8a9e6908e4931e5",
"url": "https://github.com/FasterXML/jackson-databind/commit/01d1692c8d0ed03e51a0e3c4f8a9e6908e4931e5"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/commit/24529da29fdf46ff94ca38de9ebf31cd188f5e8e",
"url": "https://github.com/FasterXML/jackson-databind/commit/24529da29fdf46ff94ca38de9ebf31cd188f5e8e"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/issues/5981",
"url": "https://github.com/FasterXML/jackson-databind/issues/5981"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/issues/5983",
"url": "https://github.com/FasterXML/jackson-databind/issues/5983"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/pull/5984",
"url": "https://github.com/FasterXML/jackson-databind/pull/5984"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-rmj7-2vxq-3g9f",
"url": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-rmj7-2vxq-3g9f"
}
],
"release_date": "2026-06-23T20:53:52.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Upgrade to version 2.18.8, 2.21.4, or 3.1.4 or later to address this vulnerability. If upgrading is not immediately possible, remove BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray() from the application\u2019s ObjectMapper configuration to eliminate the affected deserialization path. Rebuild and restart the application to apply the configuration change.\n\nAs an additional mitigation, disable polymorphic deserialization of untrusted data where possible by avoiding or removing default typing features such as activateDefaultTyping() or enableDefaultTyping(). When polymorphic deserialization is required, restrict allowed subtypes using a strict whitelist of trusted application packages and avoid broad or permissive type validation rules.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jackson-databind: Jackson-databind: Security bypass allows arbitrary code execution"
},
{
"cve": "CVE-2026-54763",
"cwe": {
"id": "CWE-178",
"name": "Improper Handling of Case Sensitivity"
},
"discovery_date": "2026-07-06T22:02:30.381066+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497551"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. The BasicAuth, DigestAuth, and ForwardAuth middlewares in Traefik do not correctly treat underscore-variant header names. This allows a remote attacker to inject a specially crafted header that bypasses Traefik\u0027s security mechanisms. As a result, the attacker can spoof identity or authorization context to the backend, potentially gaining unauthorized access to protected resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "traefik: Traefik: Identity spoofing via improper header handling in authentication middlewares",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: This flaw in Traefik\u0027s authentication middlewares allows a remote attacker to bypass security mechanisms by injecting specially crafted underscore-variant headers. This can lead to identity spoofing or unauthorized access to backend services, as Traefik fails to properly strip these headers before forwarding them. The vulnerability is significant because many backend systems normalize these header forms, making exploitation feasible in typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54763"
},
{
"category": "external",
"summary": "RHBZ#2497551",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497551"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54763",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54763"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54763",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54763"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/commit/108a5264473a2cbc8f12d6d691a3c6553cdf2c1b",
"url": "https://github.com/traefik/traefik/commit/108a5264473a2cbc8f12d6d691a3c6553cdf2c1b"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/pull/13262",
"url": "https://github.com/traefik/traefik/pull/13262"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-x677-9fxg-v5c5",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-x677-9fxg-v5c5"
}
],
"release_date": "2026-07-06T20:33:36.059000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "traefik: Traefik: Identity spoofing via improper header handling in authentication middlewares"
},
{
"cve": "CVE-2026-55831",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-21T00:02:57.305291+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2503103"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. A remote attacker, by sending a specially crafted SPDY/3.1 SETTINGS frame, could cause the SPDY SETTINGS decoder to create a large number of map entries. This excessive processing and memory allocation can lead to a denial of service (DoS) due to heap growth and increased CPU usage.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-codec-http: Netty: Denial of Service via SPDY SETTINGS frame processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw in Netty\u0027s SPDY SETTINGS decoder, allowing a remote unauthenticated attacker to exhaust system resources. By sending a specially crafted SPDY/3.1 SETTINGS frame, an attacker can cause excessive memory allocation and CPU usage, leading to a denial of service. This vulnerability has a low attack complexity and requires no user interaction or privileges.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55831"
},
{
"category": "external",
"summary": "RHBZ#2503103",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2503103"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55831",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55831"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b",
"url": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6",
"url": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-6jqx-86gh-f27w",
"url": "https://github.com/netty/netty/security/advisories/GHSA-6jqx-86gh-f27w"
}
],
"release_date": "2026-07-20T23:00:31.859000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-codec-http: Netty: Denial of Service via SPDY SETTINGS frame processing"
},
{
"cve": "CVE-2026-55833",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-21T00:01:25.203265+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2503101"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. A remote attacker could exploit a vulnerability in the SPDY header decoding process. By sending a specially crafted, small compressed header block, the attacker can cause it to expand significantly during decompression, leading to excessive CPU usage and memory allocation. This can result in a denial of service (DoS) due to resource exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: io.netty/netty-codec-http: Netty: Denial of Service via SPDY header decompression amplification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in Netty\u0027s SPDY header decoding. A remote, unauthenticated attacker can send a small, compressed SPDY header block that, during decompression, expands significantly beyond configured limits. This leads to excessive CPU and memory consumption, potentially causing resource exhaustion and service unavailability in affected Red Hat products that utilize Netty with SPDY.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55833"
},
{
"category": "external",
"summary": "RHBZ#2503101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2503101"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55833",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55833"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55833",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55833"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b",
"url": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6",
"url": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-mvh2-crg5-v77c",
"url": "https://github.com/netty/netty/security/advisories/GHSA-mvh2-crg5-v77c"
}
],
"release_date": "2026-07-20T23:18:07.893000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty: io.netty/netty-codec-http: Netty: Denial of Service via SPDY header decompression amplification"
},
{
"cve": "CVE-2026-56745",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2026-07-21T22:52:47.296001+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2505911"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. A remote attacker can exploit a vulnerability in the `SpdyHttpDecoder` handler of Netty\u0027s SPDY-to-HTTP codec. When processing a client-initiated `SYN_STREAM` frame, the decoder fails to release allocated memory if the stream is reset or content limits are exceeded. This oversight leads to native memory exhaustion, which can result in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: io.netty/netty-codec-http: Netty: Denial of Service via memory exhaustion in SPDY-to-HTTP codec",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in Netty\u0027s SPDY-to-HTTP codec, affecting Red Hat products that utilize vulnerable versions of Netty. A remote, unauthenticated attacker can exploit a memory leak in the `SpdyHttpDecoder` by sending specially crafted `SYN_STREAM` frames, leading to native memory exhaustion and a denial of service for the affected system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56745"
},
{
"category": "external",
"summary": "RHBZ#2505911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2505911"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56745"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56745",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56745"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b",
"url": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6",
"url": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-jppx-w49h-x2qq",
"url": "https://github.com/netty/netty/security/advisories/GHSA-jppx-w49h-x2qq"
}
],
"release_date": "2026-07-21T21:31:25.307000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty: io.netty/netty-codec-http: Netty: Denial of Service via memory exhaustion in SPDY-to-HTTP codec"
},
{
"cve": "CVE-2026-56746",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-21T22:30:30.983812+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2505422"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. A remote attacker can bypass security controls in the `CorsHandler` component by sending a specially crafted request with a null origin header. This bypasses the intended access restrictions, allowing unauthorized requests to reach the backend application. This could lead to a compromise of data integrity by allowing unauthorized actions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-codec-http: Netty: Security control bypass allows unauthorized requests via null origin header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat ships Netty\u0027s netty-codec-http component in multiple products. The CorsHandler shortCircuit() feature, when enabled, is intended to reject unauthorized cross-origin requests before they reach the application. Due to a logical operator error in origin validation, requests with a null Origin header bypass this protection entirely. Upgrade to Netty 4.1.136.Final or 4.2.16.Final to resolve this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56746"
},
{
"category": "external",
"summary": "RHBZ#2505422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2505422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56746",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56746"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56746",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56746"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-6cqp-g7gg-8hr5",
"url": "https://github.com/netty/netty/security/advisories/GHSA-6cqp-g7gg-8hr5"
}
],
"release_date": "2026-07-21T21:36:18.627000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "If CORS short-circuit functionality is not required, disable the shortCircuit() configuration in the CorsHandler. Alternatively, implement application-level origin validation to reject requests with null Origin headers. A web application firewall (WAF) can also be configured to block requests with null or missing Origin headers.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-codec-http: Netty: Security control bypass allows unauthorized requests via null origin header"
},
{
"cve": "CVE-2026-56819",
"cwe": {
"id": "CWE-911",
"name": "Improper Update of Reference Count"
},
"discovery_date": "2026-07-21T23:03:36.448652+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2505980"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. A remote, unauthenticated attacker can exploit this vulnerability by sending specially crafted HTTP/2 DATA frames to applications that use Netty and have HTTP/2 content decompression enabled. This can lead to memory exhaustion, causing the application to crash and resulting in a Denial of Service (DoS). The issue occurs because the framework fails to release retained memory buffers when processing DATA frames for a stream whose decompressor has already been closed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-codec-http2: Netty: Denial of Service via HTTP/2 DATA frame memory leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability in Netty\u0027s HTTP/2 codec, which could lead to a denial of service. Red Hat products utilizing netty-codec-http2 with HTTP/2 content decompression enabled are susceptible to memory exhaustion when processing specially crafted HTTP/2 DATA frames. This allows a remote attacker to leak memory buffers, eventually exhausting available memory and impacting system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56819"
},
{
"category": "external",
"summary": "RHBZ#2505980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2505980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56819",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56819"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56819",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56819"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003bhttps://github.com/netty/netty/releases/tag/netty-4.2.16.Final",
"url": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003bhttps://github.com/netty/netty/releases/tag/netty-4.2.16.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6",
"url": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-93wv-jw9v-4972",
"url": "https://github.com/netty/netty/security/advisories/GHSA-93wv-jw9v-4972"
}
],
"release_date": "2026-07-21T22:11:17.470000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-codec-http2: Netty: Denial of Service via HTTP/2 DATA frame memory leak"
},
{
"cve": "CVE-2026-59296",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-08-21T10:50:55.231408+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2520949"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Micrometer\u0027s StatsD and Logging meter registries. This vulnerability allows a remote attacker to inject line terminators into metric data, such as names or tag values, due to insufficient sanitization of untrusted input. Exploitation can lead to the spoofing of arbitrary metrics, including critical system or business metrics, and the injection of false log entries, potentially impacting monitoring and auditing systems.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.micrometer/micrometer-registry-statsd: io.micrometer/micrometer-core: Micrometer: Line-protocol and log injection via unsanitized input allows metric and log spoofing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59296"
},
{
"category": "external",
"summary": "RHBZ#2520949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2520949"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59296",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59296"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59296",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59296"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-59296",
"url": "https://spring.io/security/cve-2026-59296"
}
],
"release_date": "2026-08-21T10:47:25.384000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "io.micrometer/micrometer-registry-statsd: io.micrometer/micrometer-core: Micrometer: Line-protocol and log injection via unsanitized input allows metric and log spoofing"
},
{
"cve": "CVE-2026-59869",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-07-08T16:01:38.408322+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via crafted YAML documents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important. Red Hat products utilizing `js-yaml` to process untrusted YAML input are susceptible to a denial of service, as a remote attacker can provide a crafted document that consumes excessive CPU resources. This is considered Important due to the potential for service disruption without requiring authentication or complex attack vectors.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "RHBZ#2498122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7",
"url": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4",
"url": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m"
}
],
"release_date": "2026-07-08T15:15:54.675000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To reduce exposure, restrict the processing of untrusted YAML documents by applications that rely on `js-yaml`. Implement robust input validation and sanitization for all YAML data originating from external or untrusted sources. Consider limiting network access to services that parse YAML content to trusted networks or clients through appropriate firewall configurations.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via crafted YAML documents"
},
{
"cve": "CVE-2026-59873",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-08T16:01:31.576716+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a tar archive manipulation library for Node.js. This vulnerability allows a remote attacker to craft a small gzip bomb, which, when processed, can lead to the exhaustion of disk space and CPU resources. This occurs because node-tar does not enforce strict limits on the total decompressed data, the number of entries, or the decompression ratio during extraction and parsing. The primary impact is a Denial of Service (DoS), making the affected system or application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar: node-tar: Denial of Service via crafted gzip bomb",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in node-tar is rated as Important. A remote attacker can exploit the lack of strict limits on decompressed data and entry counts within the library\u0027s archive processing to craft a gzip bomb. This can lead to a denial of service by exhausting system resources such as disk space and CPU, making the affected system or application unavailable without requiring authentication.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59873"
},
{
"category": "external",
"summary": "RHBZ#2498120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59873",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59873"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/2812e9338665659b183aa7226518c307044957d3",
"url": "https://github.com/isaacs/node-tar/commit/2812e9338665659b183aa7226518c307044957d3"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/releases/tag/v7.5.19",
"url": "https://github.com/isaacs/node-tar/releases/tag/v7.5.19"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-23hp-3jrh-7fpw",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-23hp-3jrh-7fpw"
}
],
"release_date": "2026-07-08T15:22:40.077000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar: node-tar: Denial of Service via crafted gzip bomb"
},
{
"cve": "CVE-2026-59874",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-07-08T16:01:09.952291+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498116"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could exploit this vulnerability by providing a specially crafted tar archive with a negative entry size in its header. This malformed header causes the archive scanner to enter an infinite loop, repeatedly parsing the same header and preventing further processing. This can lead to a denial of service (DoS) condition, making the affected system or application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar: Node-tar: Denial of Service via malformed tar archive header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in node-tar affects Red Hat products that process untrusted tar archives. A remote attacker can provide a specially crafted archive with a malformed header, leading to an infinite loop during parsing and causing the application to become unresponsive. This can impact the availability of services relying on node-tar for archive manipulation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59874"
},
{
"category": "external",
"summary": "RHBZ#2498116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498116"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59874",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59874"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59874",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59874"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/9e78bf058b2c22dd4d52e00d8922d5c06fc2f7b5",
"url": "https://github.com/isaacs/node-tar/commit/9e78bf058b2c22dd4d52e00d8922d5c06fc2f7b5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/releases/tag/v7.5.18",
"url": "https://github.com/isaacs/node-tar/releases/tag/v7.5.18"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-8x88-c5mf-7j5w",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-8x88-c5mf-7j5w"
}
],
"release_date": "2026-07-08T15:23:47.527000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar: Node-tar: Denial of Service via malformed tar archive header"
},
{
"cve": "CVE-2026-59877",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-07-08T16:01:54.459482+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498127"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in protobufjs, a JavaScript (JS) library for compiling protobuf definitions. A remote attacker could exploit this vulnerability by providing a specially crafted .proto schema. This schema, designed to prematurely end an option declaration, can cause the library\u0027s parsing functions to loop indefinitely. This leads to a Denial of Service (DoS), making the affected system unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "protobufjs: protobufjs: Denial of Service via crafted .proto schema",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The `protobufjs` library, used in Red Hat products, is susceptible to a Denial of Service when processing a specially crafted `.proto` schema. A remote attacker can exploit this by providing a malformed schema, causing an infinite loop during parsing and leading to service unavailability. This is considered Important due to the potential for significant disruption to services that handle external protobuf definitions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59877"
},
{
"category": "external",
"summary": "RHBZ#2498127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498127"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59877",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59877"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59877",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59877"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/commit/10fba6d54815ceecca8a06b9a6db490c8f5d2217",
"url": "https://github.com/protobufjs/protobuf.js/commit/10fba6d54815ceecca8a06b9a6db490c8f5d2217"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/commit/fa5c73add738ceb471e74da8cc2f3727c3d0a69f",
"url": "https://github.com/protobufjs/protobuf.js/commit/fa5c73add738ceb471e74da8cc2f3727c3d0a69f"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/pull/2352",
"url": "https://github.com/protobufjs/protobuf.js/pull/2352"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v7.6.5",
"url": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v7.6.5"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v8.6.6",
"url": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v8.6.6"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/security/advisories/GHSA-j3f2-48v5-ccww",
"url": "https://github.com/protobufjs/protobuf.js/security/advisories/GHSA-j3f2-48v5-ccww"
}
],
"release_date": "2026-07-08T15:28:07.696000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Applications that only encode or decode protobuf messages using trusted schemas are not directly affected. Until patched protobufjs packages (7.6.5 / 8.6.6) are available, do not parse .proto schema text from untrusted sources via parse, Root.load, or Root.loadSync. Where untrusted schema input cannot be avoided, isolate .proto parsing in a dedicated worker thread or subprocess and enforce an explicit timeout so a non-returning parse cannot block the main event loop. Optional process-manager controls (for example systemd restart-on-failure, or CPU/cgroup limits) may reduce host-level impact or aid recovery for supervised services, but they do not fix the parser bug and are not a substitute for input isolation or applying the update.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "protobufjs: protobufjs: Denial of Service via crafted .proto schema"
},
{
"cve": "CVE-2026-59888",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-07-14T18:02:08.404867+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500096"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jackson-databind. When Java Records use a PropertyNamingStrategy, an attacker can bypass the @JsonIgnore annotation during deserialization. This allows a renamed JSON key to be assigned to a Record constructor parameter, even if it was intended to be ignored. Consequently, an untrusted client could set internal or privileged components from external input, potentially leading to unauthorized modification or disclosure of sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "com.fasterxml.jackson.core/jackson-databind: tools.jackson.core/jackson-databind: jackson-databind: @JsonIgnore bypass in Java Records",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate impact. This flaw in jackson-databind allows an attacker to bypass the @JsonIgnore annotation when deserializing Java Records that utilize a PropertyNamingStrategy. An untrusted client could exploit this to assign values to internal or privileged Record constructor parameters, potentially leading to unauthorized data modification or disclosure. Red Hat products using affected versions of jackson-databind for deserialization of external input into Java Records with PropertyNamingStrategy are susceptible.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59888"
},
{
"category": "external",
"summary": "RHBZ#2500096",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500096"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59888",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59888"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59888",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59888"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/commit/baa2cdf5ca2b2717fbb88d91955d69d8651df3e4",
"url": "https://github.com/FasterXML/jackson-databind/commit/baa2cdf5ca2b2717fbb88d91955d69d8651df3e4"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/commit/c7c678360624da5bc7eed2152789fa522880db9d",
"url": "https://github.com/FasterXML/jackson-databind/commit/c7c678360624da5bc7eed2152789fa522880db9d"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/pull/5974",
"url": "https://github.com/FasterXML/jackson-databind/pull/5974"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-3pjw-73gf-8qr5",
"url": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-3pjw-73gf-8qr5"
}
],
"release_date": "2026-07-14T16:44:20.091000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "com.fasterxml.jackson.core/jackson-databind: tools.jackson.core/jackson-databind: jackson-databind: @JsonIgnore bypass in Java Records"
},
{
"cve": "CVE-2026-59899",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2507482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Netty netty-codec-http component. A remote attacker can send HTTP requests containing highly compressed data. The HTTP decoder in netty-codec-http fails to properly limit the decompression of this content, causing the system to consume excessive memory. This can lead to memory exhaustion and a denial of service (DoS), making the service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-codec-http: Netty: Memory exhaustion in netty-codec-http (decompression bomb)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability in Netty\u0027s HTTP decoder, which could lead to a denial of service. Red Hat products utilizing `netty-codec-http` are susceptible to memory exhaustion when processing specially crafted, highly compressed HTTP payloads. This allows a remote attacker to trigger excessive memory allocation, impacting system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59899"
},
{
"category": "external",
"summary": "RHBZ#2507482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2507482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59899",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59899"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59899",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59899"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-q4f6-jm68-57ww",
"url": "https://github.com/netty/netty/security/advisories/GHSA-q4f6-jm68-57ww"
},
{
"category": "external",
"summary": "https://netty.io/news/2026/07/09/4-1-136-Final.html",
"url": "https://netty.io/news/2026/07/09/4-1-136-Final.html"
}
],
"release_date": "2026-07-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-codec-http: Netty: Memory exhaustion in netty-codec-http (decompression bomb)"
},
{
"cve": "CVE-2026-65600",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-07-22T12:01:35.041960+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2506097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik. An unauthenticated remote attacker can bypass authentication due to a path traversal vulnerability in the ReplacePathRegex middleware. When this middleware is misconfigured, it forwards un-normalized paths, allowing a backend to resolve them to protected routes and grant unauthorized access. This bypass enables access to sensitive administrative interfaces.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "traefik: Traefik: Authentication bypass via path traversal in ReplacePathRegex middleware",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Critical flaw in Traefik\u0027s `ReplacePathRegex` middleware allows an unauthenticated remote attacker to bypass authentication. When the middleware is configured with a regex that captures user-controlled path segments without a mandatory path separator, it can forward un-normalized paths. This enables access to protected backend routes, including sensitive administrative interfaces, by resolving paths like `/../admin` after normalization. \n\nThe impact to OpenShift Dev Spaces is rated as low, because the affected `ReplacePathRegex` middleware is not configured in the shipped Traefik gateway.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-65600"
},
{
"category": "external",
"summary": "RHBZ#2506097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2506097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-65600",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-65600"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-65600",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-65600"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/pull/13466",
"url": "https://github.com/traefik/traefik/pull/13466"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-cxjq-mrr5-89rv",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-cxjq-mrr5-89rv"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/traefik-before-authentication-bypass-via-replacepathregex",
"url": "https://www.vulncheck.com/advisories/traefik-before-authentication-bypass-via-replacepathregex"
}
],
"release_date": "2026-07-22T11:21:46.783000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "traefik: Traefik: Authentication bypass via path traversal in ReplacePathRegex middleware"
},
{
"cve": "CVE-2026-65601",
"cwe": {
"id": "CWE-348",
"name": "Use of Less Trusted Source"
},
"discovery_date": "2026-07-22T12:01:59.281071+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2506094"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, a cloud-native edge router. A low-privileged user in a Kubernetes environment could exploit a namespace confusion vulnerability within the Kubernetes Gateway API provider. This flaw allows an attacker to bypass security controls by incorrectly binding a Traefik Middleware from a different namespace, potentially leading to the injection of trusted identity headers into network requests. This could result in unauthorized access or privilege escalation within the Kubernetes cluster.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/traefik/traefik/v3: traefik: Traefik: Privilege Escalation via Kubernetes Gateway API Namespace Confusion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in Traefik\u0027s Kubernetes Gateway API provider, affecting Red Hat OpenShift Dev Spaces. A low-privileged user in a Kubernetes environment can exploit a namespace confusion vulnerability to bypass security controls. This allows for the incorrect binding of a Traefik Middleware from a different namespace, potentially leading to the injection of trusted identity headers and subsequent privilege escalation within the cluster.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-65601"
},
{
"category": "external",
"summary": "RHBZ#2506094",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2506094"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-65601",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-65601"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-65601",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-65601"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/commit/26c96a3935cafb473f4a5bae1886560d9aa4e4f0",
"url": "https://github.com/traefik/traefik/commit/26c96a3935cafb473f4a5bae1886560d9aa4e4f0"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-qq9q-x9w4-chhj",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-qq9q-x9w4-chhj"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/traefik-before-namespace-confusion-via-httproute-extensionref",
"url": "https://www.vulncheck.com/advisories/traefik-before-namespace-confusion-via-httproute-extensionref"
}
],
"release_date": "2026-07-22T11:21:47.468000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/traefik/traefik/v3: traefik: Traefik: Privilege Escalation via Kubernetes Gateway API Namespace Confusion"
},
{
"cve": "CVE-2026-67213",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-07-29T14:01:09.009518+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2508406"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nanoid (Nano ID), a small, secure, and URL-friendly unique string ID generator. An attacker could exploit this vulnerability by providing a zero-size input to the customAlphabet or customRandom functions. This would cause an infinite loop, leading to a denial of service (DoS) condition by hanging the application\u0027s calling thread.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nanoid: nanoid: Denial of Service via infinite loop in random ID generation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An algorithmic denial of service flaw was found in the `nanoid` library. When calling `customAlphabet` or `customRandom` with a `size` parameter of `0`, the internal generation loop fails to meet its termination condition. In Node.js or browser execution contexts, an attacker who supplies an unvalidated, zero-value size parameter to these functions causes the thread to enter an infinite loop, driving CPU utilization to 100% and completely blocking event loop execution for that thread.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-67213"
},
{
"category": "external",
"summary": "RHBZ#2508406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2508406"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-67213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67213"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-67213",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-67213"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/cb3626d0f3342fdf179cd425fd9c4fbb92c7d0e7",
"url": "https://github.com/ai/nanoid/commit/cb3626d0f3342fdf179cd425fd9c4fbb92c7d0e7"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/releases/tag/5.1.6",
"url": "https://github.com/ai/nanoid/releases/tag/5.1.6"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/nanoid-before-infinite-loop-via-zero-size-in-customalphabet-and-customrandom",
"url": "https://www.vulncheck.com/advisories/nanoid-before-infinite-loop-via-zero-size-in-customalphabet-and-customrandom"
}
],
"release_date": "2026-07-29T13:32:01.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure application code validates the size parameter passed to customAlphabet or customRandom, rejecting or sanitizing zero-value inputs before passing them to nanoid.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nanoid: nanoid: Denial of Service via infinite loop in random ID generation"
},
{
"cve": "CVE-2026-67214",
"cwe": {
"id": "CWE-839",
"name": "Numeric Range Comparison Without Minimum Check"
},
"discovery_date": "2026-07-29T14:01:28.637584+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2508411"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nanoid (Nano ID), a JavaScript library used for generating unique identifiers. This vulnerability allows an attacker to cause a Denial of Service (DoS) by providing a negative size input to the customAlphabet or nanoid functions within the library\u0027s non-secure module. When a negative size is provided, these functions enter an infinite loop, causing the application to hang indefinitely and disrupting service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nanoid: nanoid: Denial of Service via negative size input in non-secure module functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An input validation flaw in Nano ID\u0027s non-secure module (`nanoid/non-secure`) causes an infinite loop in the `customAlphabet` and `nanoid` functions when processed with a negative size parameter. Because the decrementing loop counter never meets its termination condition, an unauthenticated attacker who passes an unvalidated negative integer value can block the NodeJS event loop, resulting in a thread hang and complete Denial of Service (DoS) for the host application.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-67214"
},
{
"category": "external",
"summary": "RHBZ#2508411",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2508411"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-67214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67214"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-67214",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-67214"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/6ccc67bbaba71d3d77a21d9b636f4171a268ce49",
"url": "https://github.com/ai/nanoid/commit/6ccc67bbaba71d3d77a21d9b636f4171a268ce49"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/releases/tag/5.1.16",
"url": "https://github.com/ai/nanoid/releases/tag/5.1.16"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/nanoid-before-infinite-loop-via-negative-size-in-non-secure-module",
"url": "https://www.vulncheck.com/advisories/nanoid-before-infinite-loop-via-negative-size-in-non-secure-module"
}
],
"release_date": "2026-07-29T13:32:02.265000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Sanitize all user-supplied integer inputs before passing them to `nanoid` or `customAlphabet` functions in the `nanoid/non-secure` module, ensuring the size parameter is strictly a non-negative integer.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nanoid: nanoid: Denial of Service via negative size input in non-secure module functions"
},
{
"cve": "CVE-2026-68494",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-04T15:01:53.631865+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2511026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jackson-core. A remote attacker can exploit an incomplete fix in the non-blocking JSON parser by streaming specially crafted JSON data in small chunks. This bypasses the intended number length constraint, causing the parser to accumulate excessive memory per connection. This uncontrolled memory growth can lead to a denial of service (DoS) by exhausting the Java Virtual Machine (JVM) heap.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "com.fasterxml.jackson.core/jackson-core: tools.jackson.core/jackson-core: jackson-core: Denial of Service via incomplete fix in async JSON parser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in `jackson-core`\u0027s asynchronous JSON parser. A remote, unauthenticated attacker can exploit an incomplete fix to bypass number length constraints, leading to unbounded memory accumulation and potential JVM heap exhaustion in reactive frameworks processing chunked JSON input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-68494"
},
{
"category": "external",
"summary": "RHBZ#2511026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2511026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-68494",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-68494"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-68494",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-68494"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-core/commit/050b429804dce2a7e08f0be1b0b4c3d040fdb9cd",
"url": "https://github.com/FasterXML/jackson-core/commit/050b429804dce2a7e08f0be1b0b4c3d040fdb9cd"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-core/commit/4cdd529749da396cc7edf6d4a2aad41d47902641",
"url": "https://github.com/FasterXML/jackson-core/commit/4cdd529749da396cc7edf6d4a2aad41d47902641"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-core/commit/c5941e5aae7fd5aeac55d66933cfb82b9aabeef8",
"url": "https://github.com/FasterXML/jackson-core/commit/c5941e5aae7fd5aeac55d66933cfb82b9aabeef8"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-core/pull/1611",
"url": "https://github.com/FasterXML/jackson-core/pull/1611"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-core/security/advisories/GHSA-r7wm-3cxj-wff9",
"url": "https://github.com/FasterXML/jackson-core/security/advisories/GHSA-r7wm-3cxj-wff9"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-72hv-8253-57qq",
"url": "https://github.com/advisories/GHSA-72hv-8253-57qq"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-18401",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18401"
}
],
"release_date": "2026-08-04T14:39:14.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "com.fasterxml.jackson.core/jackson-core: tools.jackson.core/jackson-core: jackson-core: Denial of Service via incomplete fix in async JSON parser"
},
{
"cve": "CVE-2026-69152",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-03T18:01:13.566423+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2510722"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the brace-expansion library. The `expand()` function does not apply `maxLength` when constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop, resulting in a denial of service. This issue is due to an incomplete mitigation of CVE-2026-14257.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Any applications that pass user-controlled input to the `expand()` function are vulnerable to this issue. This flaw can result in an excessive consumption of memory that eventually terminates the process or blocks the event loop, both causing a denial of service. As this vulnerability allows a remote attacker to cause a denial of service, it has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-69152"
},
{
"category": "external",
"summary": "RHBZ#2510722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2510722"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-69152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69152"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-69152",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-69152"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/139d015104e71433ad52a41d19467c48ecbb2c7d",
"url": "https://github.com/juliangruber/brace-expansion/commit/139d015104e71433ad52a41d19467c48ecbb2c7d"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/1e30c930238d7162802d88a94189182def178dac",
"url": "https://github.com/juliangruber/brace-expansion/commit/1e30c930238d7162802d88a94189182def178dac"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/688a99eeaab02627c2b89ba8ba4821fecfa659cf",
"url": "https://github.com/juliangruber/brace-expansion/commit/688a99eeaab02627c2b89ba8ba4821fecfa659cf"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/cb4b9e47cc2ec777c14b2b4492fb431a56f6a031",
"url": "https://github.com/juliangruber/brace-expansion/commit/cb4b9e47cc2ec777c14b2b4492fb431a56f6a031"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-rgw5-rvv9-x895",
"url": "https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-rgw5-rvv9-x895"
}
],
"release_date": "2026-08-03T16:33:36.324000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, do not pass untrusted input to the expand() function.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation"
},
{
"cve": "CVE-2026-69153",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-08-03T18:01:01.506065+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2510719"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostCSS. A remote attacker can exploit this vulnerability by providing a specially crafted sourceMappingURL when a specific configuration (the \u0027from\u0027 parameter) is not set. This can cause the application to read and expose unintended source-map files, potentially revealing sensitive information about the application\u0027s source code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postcss: PostCSS: Information disclosure via crafted sourceMappingURL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this flaw as Moderate because the information disclosed is limited to files with a .map extension. Source map files may contain source code paths and content, but the attacker cannot read arbitrary files on the system. Exploitation requires the application to process attacker-controlled CSS through PostCSS on the server side.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-69153"
},
{
"category": "external",
"summary": "RHBZ#2510719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2510719"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-69153",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69153"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-69153",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-69153"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/commit/7beca139e70f9075c6b19700fcb00dd8033e5da8",
"url": "https://github.com/postcss/postcss/commit/7beca139e70f9075c6b19700fcb00dd8033e5da8"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/releases/tag/8.5.19",
"url": "https://github.com/postcss/postcss/releases/tag/8.5.19"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/security/advisories/GHSA-fxqj-rqcc-2cmp",
"url": "https://github.com/postcss/postcss/security/advisories/GHSA-fxqj-rqcc-2cmp"
}
],
"release_date": "2026-08-03T16:56:25.733000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Pass map: false when invoking PostCSS to disable source map auto-loading. This prevents the path traversal from being triggered, though it removes source map support entirely.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postcss: PostCSS: Information disclosure via crafted sourceMappingURL"
},
{
"cve": "CVE-2026-73086",
"cwe": {
"id": "CWE-1241",
"name": "Use of Predictable Algorithm in Random Number Generator"
},
"discovery_date": "2026-08-11T17:11:45.607696+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2514175"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nanoid, a JavaScript library for generating unique string IDs. A remote attacker could exploit an integer overflow vulnerability by providing a specific input to the `nanoid(size)` function. This issue causes the internal random number generator to become predictable, leading to the generation of identical identifiers for session tokens, security tokens (Cross-Site Request Forgery (CSRF) tokens), and API keys. Such predictability could allow an attacker to bypass security measures that rely on unique and random identifiers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nanoid: nanoid: Predictable ID generation due to integer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: This flaw in the nanoid JavaScript library allows a remote attacker to cause predictable ID generation by exploiting an integer overflow in the `nanoid(size)` function. This can lead to the compromise of session tokens, CSRF tokens, and API keys, bypassing security mechanisms. The attack requires specific conditions, contributing to its Important severity rather than Critical.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73086"
},
{
"category": "external",
"summary": "RHBZ#2514175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2514175"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73086"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73086",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73086"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/7087969281cab8ba8ae3babf1894e819068b3bb4",
"url": "https://github.com/ai/nanoid/commit/7087969281cab8ba8ae3babf1894e819068b3bb4"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/821dfed7b5db7f88e92f56c60eef32c8135077c3",
"url": "https://github.com/ai/nanoid/commit/821dfed7b5db7f88e92f56c60eef32c8135077c3"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/b0036ed60dc9facd7f1191a50dfb3076500202ac",
"url": "https://github.com/ai/nanoid/commit/b0036ed60dc9facd7f1191a50dfb3076500202ac"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/releases/tag/3.3.12",
"url": "https://github.com/ai/nanoid/releases/tag/3.3.12"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/releases/tag/5.1.11",
"url": "https://github.com/ai/nanoid/releases/tag/5.1.11"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/security/advisories/GHSA-xwg4-73v4-xw9w",
"url": "https://github.com/ai/nanoid/security/advisories/GHSA-xwg4-73v4-xw9w"
}
],
"release_date": "2026-08-11T16:46:23.024000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nanoid: nanoid: Predictable ID generation due to integer overflow"
},
{
"cve": "CVE-2026-73566",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-13T17:51:27.686658+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could provide a specially crafted tar archive with a long-path header. When processing this archive with a non-empty member-selection list, an uncontrolled recursion in the `filesFilter` function can lead to a stack overflow. This issue results in a denial of service (DoS) by terminating Node.js applications that consume these archives.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar: node-tar: Denial of Service via crafted long-path tar archive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: A denial of service vulnerability exists in the `node-tar` library, affecting Node.js applications that process untrusted tar archives with member selection. A remote attacker could exploit this by providing a specially crafted archive containing excessively long paths, leading to an uncatchable stack overflow and termination of the consuming Node.js application. This is considered Important due to the potential for service disruption in applications handling untrusted archive content.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73566"
},
{
"category": "external",
"summary": "RHBZ#2515509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73566",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73566"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73566",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73566"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a",
"url": "https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m"
}
],
"release_date": "2026-08-13T17:39:05.796000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar: node-tar: Denial of Service via crafted long-path tar archive"
},
{
"cve": "CVE-2026-73646",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-08-17T15:41:38.584036+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2517456"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostCSS. An attacker can exploit a path traversal vulnerability by providing specially crafted `sourceMappingURL` values in untrusted CSS files. This allows the attacker to disclose sensitive `sourcesContent` from arbitrary `.map` files accessible on the system, leading to information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postcss: PostCSS: Information disclosure via path traversal in source map auto-loading",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73646"
},
{
"category": "external",
"summary": "RHBZ#2517456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2517456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73646"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73646",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73646"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/commit/95663d3eb7ba26f4854dd19d3b4f4425760cf56c",
"url": "https://github.com/postcss/postcss/commit/95663d3eb7ba26f4854dd19d3b4f4425760cf56c"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/releases/tag/8.5.18",
"url": "https://github.com/postcss/postcss/releases/tag/8.5.18"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/security/advisories/GHSA-r28c-9q8g-f849",
"url": "https://github.com/postcss/postcss/security/advisories/GHSA-r28c-9q8g-f849"
}
],
"release_date": "2026-08-17T15:35:13.518000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postcss: PostCSS: Information disclosure via path traversal in source map auto-loading"
},
{
"cve": "CVE-2026-75838",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-08-18T11:32:11.523560+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2517772"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in DOMPurify. This cross-site scripting vulnerability occurs during IN_PLACE sanitization, where element-removal hooks fail to neutralize detached subtrees. A remote attacker can exploit this by supplying specially crafted HTML with event handlers. This allows the execution of malicious scripts even after the HTML appears to be sanitized, leading to potential information disclosure or unauthorized actions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dompurify: DOMPurify: Cross-Site Scripting via IN_PLACE sanitization",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-75838"
},
{
"category": "external",
"summary": "RHBZ#2517772",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2517772"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-75838",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-75838"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-75838",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-75838"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-55q2-fjhq-7xh7",
"url": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-55q2-fjhq-7xh7"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/dompurify-before-cross-site-scripting-via-in-place-hook",
"url": "https://www.vulncheck.com/advisories/dompurify-before-cross-site-scripting-via-in-place-hook"
}
],
"release_date": "2026-08-18T11:19:47.885000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied. \nFor details on how to apply this update, refer to: \nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dompurify: DOMPurify: Cross-Site Scripting via IN_PLACE sanitization"
}
]
}
ubuntu-cve-2026-40898
Vulnerability from osv_ubuntu
quic-go is an implementation of the QUIC protocol in Go. Prior to version 0.59.1, an attacker can cause excessive memory allocation in quic-go's HTTP/3 client and server implementations by sending a QPACK-encoded HEADERS frame that decodes into a large trailer field section with many unique field names and/or large values. The implementation builds an http.Header for the corresponding http.Request or http.Response, while only enforcing limits on the size of the QPACK-compressed HEADERS frame, not on the decoded field section. This can lead to memory exhaustion. This is very similar to CVE-2025-64702. The difference is that this issue uses HTTP trailers, rather than HTTP headers, as the attack vector. A misbehaving or malicious peer can cause a denial-of-service (DoS) attack against quic-go's HTTP/3 servers or clients by triggering excessive memory allocation, potentially leading to crashes or resource exhaustion. This affects both servers and clients due to symmetric header construction. Version 0.59.1 enforces RFC 9114 decoded field section size limits for trailers as well. It incrementally decodes QPACK entries and checks the field section size after each entry, aborting the stream if an entry causes the limit to be exceeded.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "golang-github-lucas-clemente-quic-go-dev",
"binary_version": "0.25.0-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "golang-github-lucas-clemente-quic-go",
"purl": "pkg:deb/ubuntu/golang-github-lucas-clemente-quic-go@0.25.0-1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.18.0-3",
"0.24.0-1",
"0.25.0-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "golang-github-lucas-clemente-quic-go-dev",
"binary_version": "0.38.2-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "golang-github-lucas-clemente-quic-go",
"purl": "pkg:deb/ubuntu/golang-github-lucas-clemente-quic-go@0.38.2-1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.37.4-1",
"0.38.2-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "golang-github-lucas-clemente-quic-go-dev",
"binary_version": "0.50.1-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "golang-github-lucas-clemente-quic-go",
"purl": "pkg:deb/ubuntu/golang-github-lucas-clemente-quic-go@0.50.1-2?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.50.0-1",
"0.50.1-2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "golang-github-lucas-clemente-quic-go-dev",
"binary_version": "0.59.0-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "golang-github-lucas-clemente-quic-go",
"purl": "pkg:deb/ubuntu/golang-github-lucas-clemente-quic-go@0.59.0-2?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.50.1-2",
"0.59.0-2"
]
}
],
"aliases": [],
"details": "quic-go is an implementation of the QUIC protocol in Go. Prior to version 0.59.1, an attacker can cause excessive memory allocation in quic-go\u0027s HTTP/3 client and server implementations by sending a QPACK-encoded HEADERS frame that decodes into a large trailer field section with many unique field names and/or large values. The implementation builds an `http.Header` for the corresponding `http.Request` or `http.Response`, while only enforcing limits on the size of the QPACK-compressed HEADERS frame, not on the decoded field section. This can lead to memory exhaustion. This is very similar to CVE-2025-64702. The difference is that this issue uses HTTP trailers, rather than HTTP headers, as the attack vector. A misbehaving or malicious peer can cause a denial-of-service (DoS) attack against quic-go\u0027s HTTP/3 servers or clients by triggering excessive memory allocation, potentially leading to crashes or resource exhaustion. This affects both servers and clients due to symmetric header construction. Version 0.59.1 enforces RFC 9114 decoded field section size limits for trailers as well. It incrementally decodes QPACK entries and checks the field section size after each entry, aborting the stream if an entry causes the limit to be exceeded.",
"id": "UBUNTU-CVE-2026-40898",
"modified": "2026-06-11T13:04:28Z",
"published": "2026-06-04T19:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-40898"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40898"
},
{
"type": "REPORT",
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-40898"
]
}
WID-SEC-W-2026-2650
Vulnerability from csaf_certbund - Published: 2026-08-04 22:00 - Updated: 2026-08-04 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Ansible Automation Platform 2.7
Red Hat / Ansible Automation Platform
|
cpe:/a:redhat:ansible_automation_platform:2.7
|
2.7 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Ansible Automation Platform ist eine End-to-End-Automatisierungsplattform f\u00fcr die Systemkonfiguration, die Softwarebereitstellung und die Orchestrierung erweiterter Workflows.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Ansible Automation Platform ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-2650 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-2650.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-2650 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-2650"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:50318 vom 2026-08-04",
"url": "https://access.redhat.com/errata/RHSA-2026:50318"
}
],
"source_lang": "en-US",
"title": "Red Hat Ansible Automation Platform (quic-go): Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-08-04T22:00:00.000+00:00",
"generator": {
"date": "2026-08-05T10:16:08.122+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-2650",
"initial_release_date": "2026-08-04T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-08-04T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.7",
"product": {
"name": "Red Hat Ansible Automation Platform 2.7",
"product_id": "T057524",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.7"
}
}
}
],
"category": "product_name",
"name": "Ansible Automation Platform"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-40898",
"product_status": {
"known_affected": [
"T057524"
]
},
"release_date": "2026-08-04T22:00:00.000+00:00",
"title": "CVE-2026-40898"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.